diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-11-18 17:59:24 +0800 |
commit | 66f73b62a4ed147b229237407a00688e61f96d5a (patch) | |
tree | 83e36258ada8be05220b976b350d580a36733565 /testsuite/systemtap.examples/memory/kmalloc-top.meta | |
parent | 2e66901da2ffed2261784f458a2fc57d6f059725 (diff) | |
download | systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.gz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.tar.xz systemtap-steved-66f73b62a4ed147b229237407a00688e61f96d5a.zip |
Clean up examples
Diffstat (limited to 'testsuite/systemtap.examples/memory/kmalloc-top.meta')
-rw-r--r-- | testsuite/systemtap.examples/memory/kmalloc-top.meta | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/memory/kmalloc-top.meta b/testsuite/systemtap.examples/memory/kmalloc-top.meta index f4c2a9d1..6388c3e1 100644 --- a/testsuite/systemtap.examples/memory/kmalloc-top.meta +++ b/testsuite/systemtap.examples/memory/kmalloc-top.meta @@ -8,6 +8,6 @@ status: production exit: user-controlled output: sorted-list scope: system-wide -description: The kmalloc-top perl program runs a small systemtap script to collect stack traces for each call to the kmalloc function and counts the time that each stack trace is observed. When kmalloc-top exits it prints out sorted list. The output can be be filtered to print only only the first stack traces (-t) stack traces with more a minimum counts (-m), or exclude certain stack traces (-e). +description: The kmalloc-top perl program runs a small systemtap script to collect stack traces for each call to the kmalloc function and counts the time that each stack trace is observed. When kmalloc-top exits it prints out sorted list. The output can be filtered to print only the first N stack traces (-t), stack traces with a minimum counts (-m), or exclude certain stack traces (-e). test_check: ./kmalloc-top -o "-p4" -c "sleep 0" test_installcheck: ./kmalloc-top -c "sleep 0.2" |