This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/11425] New: probefunc() broken when used with kprobe.function
- From: "dsmith at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 23 Mar 2010 21:28:00 -0000
- Subject: [Bug tapsets/11425] New: probefunc() broken when used with kprobe.function
- Reply-to: sourceware-bugzilla at sourceware dot org
This is correct:
# stap -e 'probe kernel.function("sys_read") {printf("%s\n", probefunc()); exit()}'
sys_read
This isn't:
# stap -e 'probe kprobe.function("sys_read") {printf("%s\n", probefunc()); exit()}'
sys_read")
Notice the trailing double-quote and closing paren.
--
Summary: probefunc() broken when used with kprobe.function
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tapsets
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: dsmith at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11425
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.