diff options
Diffstat (limited to 'testsuite/semko/procfs12.stp')
-rwxr-xr-x | testsuite/semko/procfs12.stp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/procfs12.stp b/testsuite/semko/procfs12.stp new file mode 100755 index 00000000..c8af619b --- /dev/null +++ b/testsuite/semko/procfs12.stp @@ -0,0 +1,4 @@ +#! stap -p2 + +# use $value as an array in a procfs probe +probe procfs.write { print($value[0]) } |