Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.5

caller(3stap)


CALLER

CALLER

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
THIS IS EQUIVALENT TO CALLING

NAME

caller − Return name and address of calling function

SYNOPSIS

caller:string()

ARGUMENTS

None

DESCRIPTION

Return 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.



caller(3stap)