From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/group__sym.html | 51 +++++++++++++++++++++++---------------- 1 file changed, 30 insertions(+), 21 deletions(-) (limited to 'runtime/docs/html/group__sym.html') diff --git a/runtime/docs/html/group__sym.html b/runtime/docs/html/group__sym.html index eafa03c2..d5b24087 100644 --- a/runtime/docs/html/group__sym.html +++ b/runtime/docs/html/group__sym.html @@ -4,23 +4,23 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

Symbolic Functions

Symbolic Lookup Functions. More... - + - - + + - +

Functions

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

Detailed Description

Symbolic Lookup Functions.


Function Documentation

-

+

+References _stp_printf().
@@ -45,33 +45,42 @@ Symbolic Lookup Functions.

-Print addresses symbolically to the trace buffer. +Print addresses symbolically to the print 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.
+
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 59 of file sym.c. +Definition at line 54 of file sym.c.

-References _stp_print().

-

+

@@ -85,20 +94,20 @@ References _stp_print().

-Print addresses symbolically into a string. +Write addresses symbolically into a String.

Parameters:
- + - - - - + + + + + + + + + + + + +
char* _stp_symbol_sprint String _stp_symbol_sprint unsigned long  address  ) String  str,
unsigned long  address
+
str String
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.

+
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 45 of file sym.c. +Definition at line 30 of file sym.c.

-References _stp_sprint(). +References _stp_sprintf(). -- cgit