summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/memory.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/memory.stp')
-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
new file mode 100755
index 00000000..c184e487
--- /dev/null
+++ b/testsuite/buildok/memory.stp
@@ -0,0 +1,5 @@
+#! stap -p4
+probe pagefault
+{
+ printf("ppname: %s, %d, %p\n", probefunc(), write_access, address)
+}