diff options
author | Mark Wielaard <mwielaard@redhat.com> | 2008-08-11 12:24:47 +0200 |
---|---|---|
committer | Mark Wielaard <mwielaard@redhat.com> | 2008-08-11 12:24:47 +0200 |
commit | a81c61ac1947cb5c13d3a758fc793a119b88b4e0 (patch) | |
tree | 5ff0d5324bbc81d361d054ce630118869063ad61 /testsuite/systemtap.examples/io/iotop.stp | |
parent | 5b8561dccfd6d79184c044cec6bd7d01ef415acc (diff) | |
download | systemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.tar.gz systemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.tar.xz systemtap-steved-a81c61ac1947cb5c13d3a758fc793a119b88b4e0.zip |
PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable.
Diffstat (limited to 'testsuite/systemtap.examples/io/iotop.stp')
-rwxr-xr-x[-rw-r--r--] | testsuite/systemtap.examples/io/iotop.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/io/iotop.stp b/testsuite/systemtap.examples/io/iotop.stp index 6050343c..2fa3e3ae 100644..100755 --- a/testsuite/systemtap.examples/io/iotop.stp +++ b/testsuite/systemtap.examples/io/iotop.stp @@ -1,3 +1,5 @@ +#! /usr/bin/env stap + global reads, writes, total_io probe kernel.function("vfs_read") { |