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