summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/buildok/twentytwo.stp5
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))
+}