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 tapsets/11425] New: probefunc() broken when used with kprobe.function


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.


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