diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/buildok/memory.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/buildok/memory.stp b/testsuite/buildok/memory.stp index c184e487..ce9f28cb 100755 --- a/testsuite/buildok/memory.stp +++ b/testsuite/buildok/memory.stp @@ -1,5 +1,5 @@ #! stap -p4 -probe pagefault +probe vm.pagefault { printf("ppname: %s, %d, %p\n", probefunc(), write_access, address) } |