function::caller.3stap

Langue: en

Autres versions - même langue

Version: September 2010 (ubuntu - 24/10/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("s 0xx", symname(caller_addr, caller_addr)) Works only for return probes at this time.