[Bug translator/11769] process.mark probes losing arguments
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Wed Jun 30 23:55:00 GMT 2010
------- Additional Comments From jistone at redhat dot com 2010-06-30 16:33 -------
(In reply to comment #0)
> On f13 x86 and rhel6 x86_64, the problem is actually worse - none of the markers
> have arguments:
>
> # stap -L 'process("stap").mark("*")'
> process("stap").mark("cache__add__module")
I think this is just a problem in listing_mode -- a script which accesses $arg1
on this probe still works fine. We list args using derived_probe::getargs(),
but the uprobe_derived_probe doesn't know about the SDT debuginfoless args.
This is only for x86, so we should treat it separately from this s390 issue.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=11769
------- 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