diff options
author | fche <fche> | 2005-08-18 01:14:52 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-18 01:14:52 +0000 |
commit | e97bcaa1e868db40b90d63a9ff58295c98b3abb2 (patch) | |
tree | e15f3529df539f6703b9cea58e7c42d5bc185a07 /testsuite/buildok | |
parent | 83ff1cf9bd71350ade588ed858ba679548be6860 (diff) | |
download | systemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.tar.gz systemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.tar.xz systemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.zip |
none
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-x | testsuite/buildok/thirteen.stp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/thirteen.stp b/testsuite/buildok/thirteen.stp new file mode 100755 index 00000000..1113913e --- /dev/null +++ b/testsuite/buildok/thirteen.stp @@ -0,0 +1,6 @@ +#! stap -p4 + +probe kernel.function("sys_read") +{ + log ("count=" . string($count)) +} |