summaryrefslogtreecommitdiffstats
path: root/tapset/LKET
diff options
context:
space:
mode:
authorjistone <jistone>2006-08-10 01:43:44 +0000
committerjistone <jistone>2006-08-10 01:43:44 +0000
commitccd0c53f3e8b163fd2f0e4bec2c77b20d7422b13 (patch)
treee73a33809cf21033170825ea8cf9f92e5d0cabf3 /tapset/LKET
parente7a14b9aa750f7e50d8bd1b8a527e8cd383399c9 (diff)
downloadsystemtap-steved-ccd0c53f3e8b163fd2f0e4bec2c77b20d7422b13.tar.gz
systemtap-steved-ccd0c53f3e8b163fd2f0e4bec2c77b20d7422b13.tar.xz
systemtap-steved-ccd0c53f3e8b163fd2f0e4bec2c77b20d7422b13.zip
2006-08-09 Josh Stone <joshua.i.stone@intel.com>
* stapprobes.5.in, testsuite/buildok/memory.stp: move pagefault to vm.* namespace tapset/ * memory.stp: move pagefault to vm.* namespace, and add many other virtual-memory themed probes. tapset/LKET/ * pagefault.stp: move pagefault to vm.* namespace
Diffstat (limited to 'tapset/LKET')
-rw-r--r--tapset/LKET/Changelog4
-rwxr-xr-xtapset/LKET/pagefault.stp2
2 files changed, 5 insertions, 1 deletions
diff --git a/tapset/LKET/Changelog b/tapset/LKET/Changelog
index f5cae33e..a81cb0cd 100644
--- a/tapset/LKET/Changelog
+++ b/tapset/LKET/Changelog
@@ -1,3 +1,7 @@
+2006-08-09 Josh Stone <joshua.i.stone@intel.com>
+
+ * pagefault.stp: move pagefault to vm.* namespace
+
2006-07-14 Li Guanglei <guanglei@cn.ibm.com>
* aio.stp: bugfix to make each aio sub event hook
diff --git a/tapset/LKET/pagefault.stp b/tapset/LKET/pagefault.stp
index 3f15cf62..1dcca518 100755
--- a/tapset/LKET/pagefault.stp
+++ b/tapset/LKET/pagefault.stp
@@ -19,7 +19,7 @@ probe addevent.pagefault
}
probe _addevent.pagefault
- = pagefault
+ = vm.pagefault
{
if(filter_by_pid() == 1 ) {
log_pagefault_tracedata(HOOKID_PAGEFAULT, $address, $write_access)