From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/probes_8c.html | 46 ++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 23 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 5bdbeb43..a43b04af 100644 --- a/runtime/docs/html/probes_8c.html +++ b/runtime/docs/html/probes_8c.html @@ -4,7 +4,7 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

probes.c File Reference

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

@@ -12,18 +12,18 @@ Go to the source code of this file. - + - - + + - - + + - - + + - +

Functions

void _stp_unregister_jprobes (struct jprobe *probes, int num_probes)
void _stp_unregister_jprobes (struct jprobe *probes, int num_probes)
 Unregister a group of jprobes.
int _stp_register_jprobes (struct jprobe *probes, int num_probes)
 Unregister a group of jprobes.
int _stp_register_jprobes (struct jprobe *probes, int num_probes)
 Register a group of jprobes.
void _stp_unregister_kprobes (struct kprobe *probes, int num_probes)
 Register a group of jprobes.
void _stp_unregister_kprobes (struct kprobe *probes, int num_probes)
 Unregister a group of kprobes.
int _stp_register_kprobes (struct kprobe *probes, int num_probes)
 Unregister a group of kprobes.
int _stp_register_kprobes (struct kprobe *probes, int num_probes)
 Register a group of kprobes.
 Register a group of kprobes.


Detailed Description

Functions to assist loading and unloading groups of probes. @@ -31,7 +31,7 @@ Functions to assist loading and unloading groups of probes.

Definition in file probes.c.


Function Documentation

-

+

+References _stp_log(), and _stp_unregister_jprobes().
@@ -76,12 +76,12 @@ Register a group of jprobes.
Returns:
0 on success.

-Definition at line 32 of file probes.c. +Definition at line 34 of file probes.c.

-References _stp_unregister_jprobes(), and dlog().

-

+

+References _stp_log(), and _stp_unregister_kprobes().
@@ -126,12 +126,12 @@ Register a group of kprobes.
Returns:
0 on success.

-Definition at line 77 of file probes.c. +Definition at line 79 of file probes.c.

-References _stp_unregister_kprobes(), and dlog().

-

+

+Referenced by _stp_register_jprobes().
@@ -175,14 +175,14 @@ Unregister a group of jprobes.

-Definition at line 18 of file probes.c. +Definition at line 20 of file probes.c.

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

-Referenced by _stp_register_jprobes().

-

+

+Referenced by _stp_register_kprobes().
@@ -226,11 +226,11 @@ Unregister a group of kprobes.

-Definition at line 63 of file probes.c. +Definition at line 65 of file probes.c.

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

-Referenced by _stp_register_kprobes().

-- cgit