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/10204] Place userspace markers in systemtap itself


------- Additional Comments From jistone at redhat dot com  2009-07-31 22:18 -------
> (In reply to comment #8)
> > > probe staprun.send_control_message =
> > process("/usr/local/bin/staprun").mark("send__ctlmsg") {
> > 
> > Isn't this probe really in stapio?
> 
> The marker is in the send_request function, which is in
> runtime/staprun/common.c, so I guess not :)

Here "common" means shared by both stapio and staprun, so the mark should
actually manifest in both.  staprun's use of send_request is only for loading
kernel module relocations; stapio's messages are more interesting IMO.

-- 


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

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