From ccd0c53f3e8b163fd2f0e4bec2c77b20d7422b13 Mon Sep 17 00:00:00 2001 From: jistone Date: Thu, 10 Aug 2006 01:43:44 +0000 Subject: 2006-08-09 Josh Stone * 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 --- testsuite/buildok/memory.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/buildok/memory.stp b/testsuite/buildok/memory.stp index c184e487..ce9f28cb 100755 --- a/testsuite/buildok/memory.stp +++ b/testsuite/buildok/memory.stp @@ -1,5 +1,5 @@ #! stap -p4 -probe pagefault +probe vm.pagefault { printf("ppname: %s, %d, %p\n", probefunc(), write_access, address) } -- cgit