Main Page | Modules | Directories | File List | Globals | Related Pages

Symbolic Functions

Symbolic Lookup Functions. More...

Functions

String _stp_symbol_sprint (String str, unsigned long address)
 Write addresses symbolically into a String.
void _stp_symbol_print (unsigned long address)
 Print addresses symbolically to the print buffer.

Detailed Description

Symbolic Lookup Functions.


Function Documentation

void _stp_symbol_print unsigned long  address  ) 
 

Print addresses symbolically to the print buffer.

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

Definition at line 54 of file sym.c.

References _stp_printf().

String _stp_symbol_sprint String  str,
unsigned long  address
 

Write addresses symbolically into a String.

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

Definition at line 30 of file sym.c.

References _stp_sprintf().