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/6504] change _stp_print_flush to avoid calling into kernel/relay.c


------- Additional Comments From mhiramat at redhat dot com  2008-05-09 21:03 -------
(In reply to comment #0)
> I'm told lttng uses more conservative code (setting a
> flag; having a separate worker/timer thread manage data copying, or
> something like that).

AFAIK, it has a separate interval timer which just wakes reader process
up, not copying data.

I think we can do similar thing by replacing relay_reserve/relay_flush with
original utt functions which do not call __mod_timer nor relay_switch_subbuf.


-- 


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

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