diff options
Diffstat (limited to 'testsuite/systemtap.examples/interrupt/scf.meta')
-rw-r--r-- | testsuite/systemtap.examples/interrupt/scf.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/interrupt/scf.meta b/testsuite/systemtap.examples/interrupt/scf.meta index 1d6ec3d8..9ea5aafe 100644 --- a/testsuite/systemtap.examples/interrupt/scf.meta +++ b/testsuite/systemtap.examples/interrupt/scf.meta @@ -10,4 +10,4 @@ output: sorted-list scope: system-wide description: The Linux kernel function smp_call_function causes expensive inter-processor interrupts (IPIs). The scf.stp script tallies the processes and backtraces causing the interprocessor interrupts to identify the cause of the expensive IPI. On exit the script prints the tallies in descending frequency. test_check: stap -p4 scf.stp -test_installcheck: stap scf.stp -c "sleep 1" +test_installcheck: stap scf.stp -c "sleep 0.2" |