diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | testsuite/buildok/twentytwo.stp | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-11-07 Frank Ch. Eigler <fche@redhat.com> + + * testsuite/buildok/twentytwo.stp: Add another test for PR 1271. + 2005-11-04 Frank Ch. Eigler <fche@redhat.com> * tapsets.cxx (dwarf_derived_probe::emit_registrations): Add 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)) +} |