public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/11425] New: probefunc() broken when used with kprobe.function
@ 2010-03-23 21:28 dsmith at redhat dot com
  2010-03-23 21:36 ` [Bug tapsets/11425] " dsmith at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: dsmith at redhat dot com @ 2010-03-23 21:28 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug tapsets/11425] probefunc() broken when used with kprobe.function
  2010-03-23 21:28 [Bug tapsets/11425] New: probefunc() broken when used with kprobe.function dsmith at redhat dot com
@ 2010-03-23 21:36 ` dsmith at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: dsmith at redhat dot com @ 2010-03-23 21:36 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |dsmith at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-23 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 21:28 [Bug tapsets/11425] New: probefunc() broken when used with kprobe.function dsmith at redhat dot com
2010-03-23 21:36 ` [Bug tapsets/11425] " dsmith at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).