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/probes_8c.html | 48 +++++----------------------------------- 1 file changed, 6 insertions(+), 42 deletions(-) (limited to 'runtime/docs/html/probes_8c.html') diff --git a/runtime/docs/html/probes_8c.html b/runtime/docs/html/probes_8c.html index 8a13bb24..5bdbeb43 100644 --- a/runtime/docs/html/probes_8c.html +++ b/runtime/docs/html/probes_8c.html @@ -4,7 +4,7 @@ -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

probes.c File Reference

Functions to assist loading and unloading groups of probes. More...

@@ -24,10 +24,6 @@ int _stp_register_kprobes (struct kprobe *probes, int num_probes)  Register a group of kprobes.
-

Variables

-static unsigned long(* _stp_lookup_name )(char *name) = (void *)KALLSYMS_LOOKUP_NAME - - Lookup name.

Detailed Description

Functions to assist loading and unloading groups of probes. @@ -82,7 +78,7 @@ Register a group of jprobes.

Definition at line 32 of file probes.c.

-References _stp_lookup_name, _stp_unregister_jprobes(), and dlog(). +References _stp_unregister_jprobes(), and dlog().

@@ -132,7 +128,7 @@ Register a group of kprobes.

Definition at line 77 of file probes.c.

-References _stp_lookup_name, _stp_unregister_kprobes(), and dlog(). +References _stp_unregister_kprobes(), and dlog().

@@ -181,7 +177,7 @@ Unregister a group of jprobes.

Definition at line 18 of file probes.c.

-References dlog(). +References dlog().

Referenced by _stp_register_jprobes(). @@ -232,41 +228,9 @@ Unregister a group of kprobes.

Definition at line 63 of file probes.c.

-References dlog(). +References dlog().

Referenced by _stp_register_kprobes(). -


Variable Documentation

-

- - - - -
- - - - -
unsigned long(* _stp_lookup_name)(char *name) = (void *)KALLSYMS_LOOKUP_NAME [static]
-
- - - - - -
-   - - -

-Lookup name. -

-This simply calls the kernel function kallsyms_lookup_name(). That function is not exported, so this workaround is required. See the kernel source, kernel/kallsyms.c for more information. -

-Definition at line 11 of file probes.c. -

-Referenced by _stp_register_jprobes(), and _stp_register_kprobes().

-


-Generated on Tue Mar 22 10:27:36 2005 for SystemTap. - + -- cgit