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/runtime_8h.html | 52 ++++++++------------------------------- 1 file changed, 10 insertions(+), 42 deletions(-) (limited to 'runtime/docs/html/runtime_8h.html') diff --git a/runtime/docs/html/runtime_8h.html b/runtime/docs/html/runtime_8h.html index 43b0f402..450661ad 100644 --- a/runtime/docs/html/runtime_8h.html +++ b/runtime/docs/html/runtime_8h.html @@ -1,12 +1,13 @@ -SystemTap: SystemTap Runtime Library +SystemTap: runtime.h File Reference -
Intro | Functions | Defines | Enumerations | Enumeration Values
- -

runtime.h File Reference

#include <linux/module.h>
+
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+

runtime.h File Reference

Main include file for runtime functions. More... +

+#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/miscdevice.h>
#include <linux/init.h>
@@ -20,51 +21,18 @@ #include <linux/hardirq.h>
#include <asm/uaccess.h>
#include <linux/kallsyms.h>
-#include "alloc.h"
-#include "map.h"

Go to the source code of this file. - +

Defines

#define dbug(args...)   ;
+#define dbug(args...)   ;
-


Define Documentation

-

- - - - -
- - - - - - - - - -
#define dbug args...   )    ;
-
- - - - - -
-   - - +

Detailed Description

+Main include file for runtime functions.

-Definition at line 20 of file runtime.h. -

-Referenced by _stp_map_get_int64(), _stp_map_get_stat(), _stp_map_get_str(), _stp_map_iter(), _stp_map_key_del(), _stp_map_key_long_long(), _stp_map_key_long_str(), _stp_map_key_str_long(), _stp_map_key_str_str(), _stp_map_new(), _stp_map_set_stat(), _stp_map_set_str(), _stp_map_start(), and _stp_map_stat_add().

-


Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  - -doxygen 1.4.1
- - +Definition in file runtime.h. -- cgit