summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authordsmith <dsmith>2006-09-26 21:39:16 +0000
committerdsmith <dsmith>2006-09-26 21:39:16 +0000
commitcc6dac44fe06855e8d1f69f9582ba5525869c4ab (patch)
tree3ec6ca39da3671851ce9fde733288d1ace3b736b /runtime
parent402c36ddc19668091f30f4bbe95088af55af9bf1 (diff)
downloadsystemtap-steved-cc6dac44fe06855e8d1f69f9582ba5525869c4ab.tar.gz
systemtap-steved-cc6dac44fe06855e8d1f69f9582ba5525869c4ab.tar.xz
systemtap-steved-cc6dac44fe06855e8d1f69f9582ba5525869c4ab.zip
2006-09-26 David Smith <dsmith@redhat.com>
* bench/run_bench: Changed 'stpd' references to 'staprun'. * bench/trans_bench: Ditto. * where_func/README: Ditto.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/probes/ChangeLog6
-rwxr-xr-xruntime/probes/bench/run_bench2
-rwxr-xr-xruntime/probes/bench/trans_bench2
-rw-r--r--runtime/probes/where_func/README2
4 files changed, 9 insertions, 3 deletions
diff --git a/runtime/probes/ChangeLog b/runtime/probes/ChangeLog
index b4382fd1..47976f5c 100644
--- a/runtime/probes/ChangeLog
+++ b/runtime/probes/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-26 David Smith <dsmith@redhat.com>
+
+ * bench/run_bench: Changed 'stpd' references to 'staprun'.
+ * bench/trans_bench: Ditto.
+ * where_func/README: Ditto.
+
2005-11-08 Martin Hunt <hunt@redhat.com>
* shellsnoop/shellsnoop.c: Updated to use new map API.
diff --git a/runtime/probes/bench/run_bench b/runtime/probes/bench/run_bench
index 18319013..a9442d3b 100755
--- a/runtime/probes/bench/run_bench
+++ b/runtime/probes/bench/run_bench
@@ -5,7 +5,7 @@ proc do_time {module n} {
global Failures
# start kprobes
- if {[catch {exec ../../stpd/stpd -rmq $module.ko > xxx &} pid]} {
+ if {[catch {exec ../../stpd/staprun -rmq $module.ko > xxx &} pid]} {
puts $pid
exit -1
}
diff --git a/runtime/probes/bench/trans_bench b/runtime/probes/bench/trans_bench
index c2bee0cd..12adbaff 100755
--- a/runtime/probes/bench/trans_bench
+++ b/runtime/probes/bench/trans_bench
@@ -5,7 +5,7 @@ proc do_time {module n buf} {
global Failures Filesize
# start kprobes
- if {[catch {exec ../../stpd/stpd -b $buf $module.ko > xxx &} pid]} {
+ if {[catch {exec ../../stpd/staprun -b $buf $module.ko > xxx &} pid]} {
puts $pid
exit -1
}
diff --git a/runtime/probes/where_func/README b/runtime/probes/where_func/README
index b73aca05..78009566 100644
--- a/runtime/probes/where_func/README
+++ b/runtime/probes/where_func/README
@@ -25,5 +25,5 @@ The instrumentation is removed as root with:
-Will Cohen
Note that this module is broken now because we don't pass the module parameter
-tp stpd. FIXME
+tp staprun. FIXME
*/