diff options
Diffstat (limited to 'runtime/probes/bench')
-rwxr-xr-x | runtime/probes/bench/run_bench | 2 | ||||
-rwxr-xr-x | runtime/probes/bench/trans_bench | 2 |
2 files changed, 2 insertions, 2 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 } 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 } |