From d13c9b7cd88d8794ac504c29d9167584a0a175f8 Mon Sep 17 00:00:00 2001 From: Abegail Jakop Date: Tue, 29 Jul 2014 14:49:15 -0400 Subject: [PATCH] systemtap.exp: add timer probe to testsuite rc file --- testsuite/lib/systemtap.exp | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/lib/systemtap.exp b/testsuite/lib/systemtap.exp index 65ee0fef3..c41074aad 100644 --- a/testsuite/lib/systemtap.exp +++ b/testsuite/lib/systemtap.exp @@ -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. -- 2.43.5