From 9b7b41363933f603b25a61939f16e21a050ddf0b Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 26 Feb 2008 00:31:04 +0000 Subject: added wildcard sample --- stap.1.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stap.1.in b/stap.1.in index 51ba6380..c557350a 100644 --- 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 %) %) ) { /* ... */ } -- cgit