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