function::caller.3stap

Langue: en

Autres versions - même langue

Version: August 2010 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

function::caller - Return name and address of calling function

SYNOPSIS

     caller:string()
 

ARGUMENTS

None

GENERAL SYNTAX

caller:string

DESCRIPTION

This function returns the address and name of the calling function. This is equivalent to calling: sprintf(lqs 0xxrq, symname(caller_addr, caller_addr)) Works only for return probes at this time.