From 174eae80fcdcdc6bfd002e82d919259fe46b1149 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 24 Jun 2009 09:33:57 -0400 Subject: Have appropriate argument for bkl.stp built and run tests. --- testsuite/systemtap.examples/locks/bkl.meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.examples') diff --git a/testsuite/systemtap.examples/locks/bkl.meta b/testsuite/systemtap.examples/locks/bkl.meta index ff232ec7..e4afabde 100644 --- a/testsuite/systemtap.examples/locks/bkl.meta +++ b/testsuite/systemtap.examples/locks/bkl.meta @@ -6,5 +6,5 @@ author: Flavio Leitner status: production exit: user-controlled description: The bkl.stp script can help determine whether the Big Kernel Lock (BKL) is causing serialization on a multiprocessor system due to excessive contention of the BKL. The bkl.stp script takes one argument which is the number of processes waiting for the Big Kernel Lock (BKL). When the number of processes waiting for the BKL is reached or exceeded, the script will print a time stamp, the number of processes waiting for the BKL, the holder of the BKL, and the amount of time the BKL was held. -test_check: stap -p4 bkl.stp -test_installcheck: stap bkl.stp -c "sleep 1" +test_check: stap -p4 bkl.stp 1 +test_installcheck: stap bkl.stp -c "sleep 1" 1 -- cgit