From 33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Mar 2005 21:47:54 +0000 Subject: *** empty log message *** --- runtime/docs/html/probes_8c.html | 196 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 runtime/docs/html/probes_8c.html (limited to 'runtime/docs/html/probes_8c.html') diff --git a/runtime/docs/html/probes_8c.html b/runtime/docs/html/probes_8c.html new file mode 100644 index 00000000..15ceb18c --- /dev/null +++ b/runtime/docs/html/probes_8c.html @@ -0,0 +1,196 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

probes.c File Reference

+

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

Functions

void _stp_unregister_jprobes (struct jprobe *probes, int num_probes)
int _stp_register_jprobes (struct jprobe *probes, int num_probes)
void _stp_unregister_kprobes (struct kprobe *probes, int num_probes)
int _stp_register_kprobes (struct kprobe *probes, int num_probes)
+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
int _stp_register_jprobes struct jprobe *  probes,
int  num_probes
+
+ + + + + +
+   + + +

+ +

+Definition at line 22 of file probes.c. +

+References _stp_unregister_jprobes(), and dlog().

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
int _stp_register_kprobes struct kprobe *  probes,
int  num_probes
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file probes.c. +

+References _stp_unregister_kprobes(), and dlog().

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
void _stp_unregister_jprobes struct jprobe *  probes,
int  num_probes
+
+ + + + + +
+   + + +

+ +

+Definition at line 14 of file probes.c. +

+References dlog(). +

+Referenced by _stp_register_jprobes().

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
void _stp_unregister_kprobes struct kprobe *  probes,
int  num_probes
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file probes.c. +

+References dlog(). +

+Referenced by _stp_register_kprobes().

+


Generated on Mon Mar 21 13:29:45 2005 for SystemTap by  + +doxygen 1.4.1
+ + -- cgit