summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/memory.stp
diff options
context:
space:
mode:
authorguanglei <guanglei>2006-05-18 02:24:06 +0000
committerguanglei <guanglei>2006-05-18 02:24:06 +0000
commitd4c790043910cb1d7062cf576eef2a27391de6cc (patch)
tree277a5702eac4064b85643b46dbdfa19a11afd317 /testsuite/buildok/memory.stp
parent7018ffc32898930158a83d04248554581d3168f4 (diff)
downloadsystemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.tar.gz
systemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.tar.xz
systemtap-steved-d4c790043910cb1d7062cf576eef2a27391de6cc.zip
testcases checking in for ioscheduler.stp, memory.stp, networking.stp,
scsi.stp, tskschedule.stp
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)
+}