[Bug translator/10040] New: label probes should obey the function restriction
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Apr 7 19:02:00 GMT 2009
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.
More information about the Systemtap
mailing list