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