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/2900] Using $return variable with return probe causes stap to exit probe on ppc64


------- Additional Comments From guanglei at cn dot ibm dot com  2006-07-10 23:16 -------
(In reply to comment #0)
> I tried the new $return variable for return probe on ppc64, and found that it
> does  not work.
> 
> #stap -vv -e 'probe kernel.function("sys_read").return{ bytes=$return;
> printf("%d\n", bytes)}'
> 
> [....]

I tried it on 2.6.17.4 and 2.6.16.22, using latest systemtap from cvs and
elfutils 0.121-0.1 rpm package, it works really well for me, no error was found.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2900

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