diff options
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-x | testsuite/buildok/twentytwo.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/buildok/twentytwo.stp b/testsuite/buildok/twentytwo.stp index 2cb87bb8..fa45f312 100755 --- a/testsuite/buildok/twentytwo.stp +++ b/testsuite/buildok/twentytwo.stp @@ -6,3 +6,8 @@ probe kernel.function("free_task") { log("timestamp " . string($tsk->timestamp)) } + +probe kernel.function("vfs_llseek") +{ + log("offset " . string($offset)) +} |