diff options
Diffstat (limited to 'testsuite/buildok/twentytwo.stp')
-rwxr-xr-x | testsuite/buildok/twentytwo.stp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/buildok/twentytwo.stp b/testsuite/buildok/twentytwo.stp index 88a0b57b..ef73ad76 100755 --- a/testsuite/buildok/twentytwo.stp +++ b/testsuite/buildok/twentytwo.stp @@ -2,9 +2,9 @@ # Test for reading 64-bit target variable, PR 1271 -probe kernel.function("free_task") +probe kernel.function("deactivate_super") { - printf("timestamp %d\n", $tsk->timestamp) + printf("s_maxbytes %d\n", $s->s_maxbytes) } probe kernel.function("vfs_llseek") |