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. |
Definition in file probes.c.
|
Register a group of jprobes.
Definition at line 34 of file probes.c. References _stp_log(), and _stp_unregister_jprobes(). |
|
Register a group of kprobes.
Definition at line 79 of file probes.c. References _stp_log(), and _stp_unregister_kprobes(). |
|
Unregister a group of jprobes.
Definition at line 20 of file probes.c. References _stp_log(). Referenced by _stp_register_jprobes(). |
|
Unregister a group of kprobes.
Definition at line 65 of file probes.c. References _stp_log(). Referenced by _stp_register_kprobes(). |