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

function::symname(3stap)


FUNCTION::SYMNAME

FUNCTION::SYMNAME

NAME
SYNOPSIS
ARGUMENTS
GENERAL SYNTAX
DESCRIPTION

NAME

function::symname − Return the kernel symbol associated with the given address.

SYNOPSIS

symname:string(addr:long)

ARGUMENTS

addr

The address to translate.

GENERAL SYNTAX

symname:string(addr:long)

DESCRIPTION

Returns the (function) symbol name associated with the given address if known. If not known it will return the hex string representation of addr.



function::symname(3stap)