summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrerna Saxena <prerna@linux.vnet.ibm.com>2010-01-29 12:02:26 +0530
committerPrerna Saxena <prerna@linux.vnet.ibm.com>2010-01-29 12:02:26 +0530
commit91036867d38153408de7b41c6d12d59f470f6bcd (patch)
tree4f5fa1c374e14b51faf7e7ded708dfa942b0347d
parentf75409719f120a3dbee66d761cf23a64092d1414 (diff)
downloadsystemtap-steved-91036867d38153408de7b41c6d12d59f470f6bcd.tar.gz
systemtap-steved-91036867d38153408de7b41c6d12d59f470f6bcd.tar.xz
systemtap-steved-91036867d38153408de7b41c6d12d59f470f6bcd.zip
Hardware Breakpoints for x86 / x86_64, based on mainline kernel
-rw-r--r--testsuite/buildok/hwbkpt.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/buildok/hwbkpt.stp b/testsuite/buildok/hwbkpt.stp
new file mode 100644
index 00000000..03fbf510
--- /dev/null
+++ b/testsuite/buildok/hwbkpt.stp
@@ -0,0 +1,4 @@
+#! stap -wp4
+
+probe kernel.data("pid_max").write {}
+probe kernel.data("pid_max").rw {}