summaryrefslogtreecommitdiffstats
path: root/runtime/probes/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--runtime/probes/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/runtime/probes/ChangeLog b/runtime/probes/ChangeLog
index db09d028..e3951a6b 100644
--- a/runtime/probes/ChangeLog
+++ b/runtime/probes/ChangeLog
@@ -1,3 +1,19 @@
+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.
+
2005-07-11 Martin Hunt <hunt@redhat.com>
* build_probe: Set RELAYFS correctly.