]> sourceware.org Git - systemtap.git/commitdiff
added wildcard sample
authorfche <fche>
Tue, 26 Feb 2008 00:31:04 +0000 (00:31 +0000)
committerfche <fche>
Tue, 26 Feb 2008 00:31:04 +0000 (00:31 +0000)
stap.1.in

index 51ba6380f3b55e7b079079192945dde7292beb65..c557350a61640c076932b3a5c330e5510d005cd2 100644 (file)
--- a/stap.1.in
+++ b/stap.1.in
@@ -258,7 +258,7 @@ The following code might adapt to hypothetical kernel version drift:
 .SAMPLE
 probe kernel.function ( 
   %( kernel_v <= "2.6.12" %? "__mm_do_fault" %: 
-     %( kernel_vr == "2.6.13\-1.8273FC3smp" %? "do_page_fault" %:
+     %( kernel_vr == "2.6.13*smp" %? "do_page_fault" %:
         UNSUPPORTED %) %)
 ) { /* ... */ }
 
This page took 0.029952 seconds and 5 git commands to generate.