[Bug translator/11424] dwarfless kprobe.* probes don't validate at translate time
prerna at linux dot vnet dot ibm dot com
sourceware-bugzilla@sourceware.org
Wed Mar 24 09:51:00 GMT 2010
------- Additional Comments From prerna at linux dot vnet dot ibm dot com 2010-03-24 09:51 -------
(In reply to comment #1)
> This is because kprobe.* probes cannot currently be tested
> for validity at translate time.
Brings me to a related issue. A stap -l listing holds no meaning for certain
probe types whose validation can happen only at runtime (eg Dwarfless probes ,
hardware breakpoint probes). Ideally,
$ stap -l ' kprobe.function("sys_*")'
should flag an error. But it returns the same probe point:
$ stap -l ' kprobe.function("sys_*")'
kprobe.function("sys_*")
$
The -l listing needs to be restricted only to certain probe types ; and disabled
for others.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11424
------- 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