summaryrefslogtreecommitdiffstats
path: root/runtime/probes/scf/scf.c
diff options
context:
space:
mode:
authorhunt <hunt>2005-08-01 22:25:11 +0000
committerhunt <hunt>2005-08-01 22:25:11 +0000
commit4fee0963a068b378e8cc1f39baaa455d86f58b64 (patch)
tree938ee3e3f00cb3b950a43d6af9ca4a6a282f9029 /runtime/probes/scf/scf.c
parent4ecbb06c6ba4ce07dfd527dc0496f36322f9eabf (diff)
downloadsystemtap-steved-4fee0963a068b378e8cc1f39baaa455d86f58b64.tar.gz
systemtap-steved-4fee0963a068b378e8cc1f39baaa455d86f58b64.tar.xz
systemtap-steved-4fee0963a068b378e8cc1f39baaa455d86f58b64.zip
2005-08-01 Martin Hunt <hunt@redhat.com>
* agg/stat1.c (probe_exit): Remove "static" * agg/count1.c (probe_exit): Ditto. * agg/count2.c (probe_exit): Ditto. * bench/bench_io2.c (probe_exit): Ditto. * bench/bench_io1.c (probe_exit): Ditto. * bench/bench.c (probe_exit): Ditto. * bench/bench_ret.c (probe_exit): Ditto. * bench/bench_multi.c (probe_exit): Ditto. * where_func/kprobe_where_funct.c (probe_exit): Ditto. * test4/test4.c (probe_exit): Ditto. * tasklet/stp_tasklet.c (probe_exit): Ditto. * os_timer/os_timer.c (probe_exit): Ditto. * scf/scf.c (probe_exit): Ditto.
Diffstat (limited to 'runtime/probes/scf/scf.c')
-rw-r--r--runtime/probes/scf/scf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/probes/scf/scf.c b/runtime/probes/scf/scf.c
index c4308ab1..5afbb92e 100644
--- a/runtime/probes/scf/scf.c
+++ b/runtime/probes/scf/scf.c
@@ -42,7 +42,7 @@ int probe_start(void)
return _stp_register_kprobes (stp_probes, MAX_STP_ROUTINE);
}
-static void probe_exit (void)
+void probe_exit (void)
{
_stp_unregister_kprobes (stp_probes, MAX_STP_ROUTINE);
_stp_map_print (map1, "trace[%1s] = %d\n");