From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/group__sym.html | 104 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 runtime/docs/html/group__sym.html (limited to 'runtime/docs/html/group__sym.html') diff --git a/runtime/docs/html/group__sym.html b/runtime/docs/html/group__sym.html new file mode 100644 index 00000000..c5301602 --- /dev/null +++ b/runtime/docs/html/group__sym.html @@ -0,0 +1,104 @@ + + +SystemTap: Symbolic Functions + + + +
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().

+ -- cgit