]> sourceware.org Git - systemtap.git/commitdiff
systemtap.exp: add timer probe to testsuite rc file
authorAbegail Jakop <ajakop@redhat.com>
Tue, 29 Jul 2014 18:49:15 +0000 (14:49 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 29 Jul 2014 18:49:15 +0000 (14:49 -0400)
testsuite/lib/systemtap.exp

index 65ee0fef33be800035b8604f7905d5f7d0486466..c41074aad69d1f996dd73339945db173e74f4609 100644 (file)
@@ -220,6 +220,7 @@ proc setup_systemtap_environment {} {
     # All hail the prophet lockdep
     set chan [open $env(SYSTEMTAP_DIR)/rc w]
     puts $chan "--rlimit-cpu=300"
+    puts $chan "-E 'probe timer.s(3100){error(\"probe timeout after 3100 s\")}'"
     close $chan
 
     # Erase the old server log file.
This page took 0.028792 seconds and 5 git commands to generate.