diff options
Diffstat (limited to 'testsuite/systemtap.examples/io/traceio2-simple.meta')
-rw-r--r-- | testsuite/systemtap.examples/io/traceio2-simple.meta | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testsuite/systemtap.examples/io/traceio2-simple.meta b/testsuite/systemtap.examples/io/traceio2-simple.meta deleted file mode 100644 index 558539e3..00000000 --- a/testsuite/systemtap.examples/io/traceio2-simple.meta +++ /dev/null @@ -1,13 +0,0 @@ -title: Watch I/O Activity on a Particular Device Simplified -name: traceio2-simple.stp -version: 1.0 -author: Red Hat -keywords: io -subsystem: io -status: production -exit: user-controlled -output: trace -scope: system-wide -description: Print out the executable name and process number as reads and writes to the specified device occur. -test_check: stap -p4 traceio2.stp 8 5 -test_installcheck: stap traceio2.stp 8 5 -c "sleep 1" |