From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/probes_8c.html | 236 --------------------------------------- 1 file changed, 236 deletions(-) delete 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 deleted file mode 100644 index a43b04af..00000000 --- a/runtime/docs/html/probes_8c.html +++ /dev/null @@ -1,236 +0,0 @@ - - -SystemTap: probes.c File Reference - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

probes.c File Reference

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

- -

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

Functions

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)
 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)
 Register a group of kprobes.
-


Detailed Description

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

- -

-Definition in file probes.c.


Function Documentation

-

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

-Register a group of jprobes. -

-

Parameters:
- - - -
probes Pointer to an array of struct jprobe.
num_probes Number of probes in the array.
-
-
Returns:
0 on success.
- -

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

-References _stp_log(), and _stp_unregister_jprobes().

-

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

-Register a group of kprobes. -

-

Parameters:
- - - -
probes Pointer to an array of struct kprobe.
num_probes Number of probes in the array.
-
-
Returns:
0 on success.
- -

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

-References _stp_log(), and _stp_unregister_kprobes().

-

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

-Unregister a group of jprobes. -

-

Parameters:
- - - -
probes Pointer to an array of struct jprobe.
num_probes Number of probes in the array.
-
- -

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

-References _stp_log(). -

-Referenced by _stp_register_jprobes().

-

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

-Unregister a group of kprobes. -

-

Parameters:
- - - -
probes Pointer to an array of struct kprobe.
num_probes Number of probes in the array.
-
- -

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

-References _stp_log(). -

-Referenced by _stp_register_kprobes().

- -- cgit