diff options
Diffstat (limited to 'runtime/probes/bench/bench.c')
-rw-r--r-- | runtime/probes/bench/bench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/bench/bench.c b/runtime/probes/bench/bench.c index cc0e81f6..a00efa05 100644 --- a/runtime/probes/bench/bench.c +++ b/runtime/probes/bench/bench.c @@ -44,7 +44,7 @@ int probe_start(void) return ret; } -static void probe_exit (void) +void probe_exit (void) { _stp_unregister_jprobes (jp, NUM_JPROBES); _stp_unregister_kprobes (kp, NUM_KPROBES); |