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/10040] New: label probes should obey the function restriction


The matching code for label probes does not seem to take the function name into
consideration at all.  These commands give the same set of probes across many
functions:

  $ stap -l 'kernel.function("do_filp_open").label("exit")'
  $ stap -l 'kernel.function("*").label("exit")'

Adding a CU restriction like "@fs/namei.c" does pare the set down correctly, but
it's still encompassing more functions than just do_filp_open.

-- 
           Summary: label probes should obey the function restriction
           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=10040

------- 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]