diff options
Diffstat (limited to 'runtime/probes/bench/bench_ret.c')
-rw-r--r-- | runtime/probes/bench/bench_ret.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/bench/bench_ret.c b/runtime/probes/bench/bench_ret.c index a14548e1..40f2ddad 100644 --- a/runtime/probes/bench/bench_ret.c +++ b/runtime/probes/bench/bench_ret.c @@ -54,7 +54,7 @@ int probe_start(void) return ret; } -static void probe_exit (void) +void probe_exit (void) { _stp_unregister_kretprobes (kpr, NUM_KPROBES); _stp_unregister_kprobes (kp, 1); |