From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/group__sym.html | 113 -------------------------------------- 1 file changed, 113 deletions(-) delete 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 deleted file mode 100644 index d5b24087..00000000 --- a/runtime/docs/html/group__sym.html +++ /dev/null @@ -1,113 +0,0 @@ - - -SystemTap: Symbolic Functions - - - -
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().

- -- cgit