This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/10042] New: label probes are matching wildcards where none exist


When the label component of a kernel.function.label does not contain any
globbing characters, the translator seems to be treating it as if it has a
trailing *.  For example:

  $ stap -l 'kernel.function("*").label("exit")' | wc -l
  95
  $ stap -l 'kernel.function("*").label("exit*")' | wc -l
  95
  $ stap -l 'kernel.function("*").label("[e]xit")' | wc -l
  53

The first command should be giving the same number of probes as the last command...

-- 
           Summary: label probes are matching wildcards where none exist
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10042

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]