diff options
Diffstat (limited to 'runtime/probes/bench/run_bench')
-rwxr-xr-x | runtime/probes/bench/run_bench | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/probes/bench/run_bench b/runtime/probes/bench/run_bench index 8bbc2dd4..18319013 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 -mq $module.ko > xxx &} pid]} { + if {[catch {exec ../../stpd/stpd -rmq $module.ko > xxx &} pid]} { puts $pid exit -1 } @@ -72,12 +72,6 @@ set mem [split [exec cat /proc/meminfo] \n] puts "[lindex $mem 0] [lindex $mem 1]" puts "--------------------------------------" -# load the modules -if {[catch {exec stp_check} res]} { - puts $res - exit -1 -} - # get the timings without kprobes if {[catch {exec ./ttest 4} res1]} { puts $res1 |