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/11769] process.mark probes losing arguments


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


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