diff options
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") { |