summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench/trans_bench
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/bench/trans_bench')
-rwxr-xr-xruntime/probes/bench/trans_bench2
1 files changed, 1 insertions, 1 deletions
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
}