From 91036867d38153408de7b41c6d12d59f470f6bcd Mon Sep 17 00:00:00 2001 From: Prerna Saxena Date: Fri, 29 Jan 2010 12:02:26 +0530 Subject: [PATCH] Hardware Breakpoints for x86 / x86_64, based on mainline kernel --- testsuite/buildok/hwbkpt.stp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/buildok/hwbkpt.stp diff --git a/testsuite/buildok/hwbkpt.stp b/testsuite/buildok/hwbkpt.stp new file mode 100644 index 000000000..03fbf5109 --- /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 {} -- 2.43.5