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 runtime/6849] $$vars fails to display local variables on ppc64 system


------- Additional Comments From srinivasa at in dot ibm dot com  2008-08-20 06:34 -------
I tried same script for longer functions, it works well. so closing the bug.

[root@llm27lp1 src]#  ./stap  -e 'probe kernel.statement("*@fs/open.c:*")  {
printf("%s  %s ",$$vars, pp()) }'    

dentry=0xc00000002f1a1d60 mnt=0xc0000000300d1080 flags=0x10880
f=0xc00000002ac13480 open=0x0 inode=0xc00000002e4b5dc0 error=0x4 
kernel.statement("__dentry_open@fs/open.c:813")
dentry=0xc00000002f1a1d60 mnt=0xc0000000300d1080 flags=0x10880
f=0xc00000002ac13480 open=0x0 inode=0xc00000002e4b5dc0 error=0x4 
kernel.statement("__dentry_open@fs/open.c:814")
dentry=0xc00000002f1a1d60 mnt=0xc0000000300d1080 flags=0x10880
f=0xc00000002ac13480 open=0x0 inode=0xc00000002e4b5dc0 error=0x4 
kernel.statement("__dentry_open@fs/open.c:816")


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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

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