From 204b456c7c08bc40ffe1f21575461d92a544e92b Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Mar 2005 21:30:05 +0000 Subject: Initial runtime checkin. --- runtime/docs/html/runtime_8h.html | 67 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 runtime/docs/html/runtime_8h.html (limited to 'runtime/docs/html/runtime_8h.html') diff --git a/runtime/docs/html/runtime_8h.html b/runtime/docs/html/runtime_8h.html new file mode 100644 index 00000000..89b24097 --- /dev/null +++ b/runtime/docs/html/runtime_8h.html @@ -0,0 +1,67 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

runtime.h File Reference

#include <linux/module.h>
+#include <linux/miscdevice.h>
+#include <linux/init.h>
+#include <linux/hash.h>
+#include <linux/string.h>
+#include <linux/kprobes.h>
+#include <linux/proc_fs.h>
+#include <linux/vmalloc.h>
+#include <linux/time.h>
+#include <linux/spinlock.h>
+#include <asm/uaccess.h>
+#include "alloc.h"
+#include "map.h"
+ +

+Go to the source code of this file. + + + + +

Defines

#define dbug(args...)   ;
+


Define Documentation

+

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

+ +

+Definition at line 17 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_int64(), _stp_map_set_stat(), _stp_map_set_str(), _stp_map_start(), and _stp_map_stat_add().

+


Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  + +doxygen 1.3.9.1
+ + -- cgit