Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

Symbolic Functions

Symbolic Lookup Functions. More...

Functions

char * _stp_symbol_sprint (unsigned long address)
 Print addresses symbolically into a string.
void _stp_symbol_print (unsigned long address)
 Print addresses symbolically to the trace buffer.

Detailed Description

Symbolic Lookup Functions.


Function Documentation

void _stp_symbol_print unsigned long  address  ) 
 

Print addresses symbolically to the trace buffer.

Parameters:
address The address to lookup.
Note:
Symbolic lookups should not be done within a probe because it is too time-consuming. Use at module exit time.

Definition at line 59 of file sym.c.

References _stp_print().

char* _stp_symbol_sprint unsigned long  address  ) 
 

Print addresses symbolically into a string.

Parameters:
address The address to lookup.
Note:
Symbolic lookups should not be done within a probe because it is too time-consuming. Use at module exit time.

Uses scbuf.

Definition at line 45 of file sym.c.

References _stp_sprint().