summaryrefslogtreecommitdiffstats
path: root/runtime/probes/where_func
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/where_func')
-rw-r--r--runtime/probes/where_func/kprobe_where_funct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/where_func/kprobe_where_funct.c b/runtime/probes/where_func/kprobe_where_funct.c
index 6d3eee45..9bd4000a 100644
--- a/runtime/probes/where_func/kprobe_where_funct.c
+++ b/runtime/probes/where_func/kprobe_where_funct.c
@@ -56,7 +56,7 @@ int probe_start(void)
return _stp_register_kprobes (kp, MAX_KPROBES);
}
-static void probe_exit (void)
+void probe_exit (void)
{
_stp_unregister_kprobes (kp, MAX_KPROBES);