]> sourceware.org Git - systemtap.git/commitdiff
Updated testsuite/systemtap.syscall/coverage.tcl.
authorDavid Smith <dsmith@redhat.com>
Fri, 24 Jan 2014 15:59:43 +0000 (09:59 -0600)
committerDavid Smith <dsmith@redhat.com>
Fri, 24 Jan 2014 15:59:43 +0000 (09:59 -0600)
testsuite/systemtap.syscall/coverage.tcl

index b4343079fe9cfc86db46c923ae08210e7640d04c..a2f0972e00111e6c735306a9d0bf7531df944fbc 100755 (executable)
@@ -16,7 +16,7 @@ if {[catch {eval exec $cmd} output]} {
 
 
 foreach line [split $output "\n"] {
-    if {[regexp {^kernel.function\(\"sys_([^@]+)} $line match fn]} {
+    if {[regexp {^kernel.function\(\"[Ss]y[Ss]_([^@]+)} $line match fn]} {
        if {![info exists funcname($fn)]} {
            set funcname($fn) 0
        }
This page took 0.027599 seconds and 5 git commands to generate.