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/7043] Support unified trace buffer


------- Additional Comments From fche at redhat dot com  2009-01-29 22:55 -------
Let's assess whether the ring buffer widget, or the larger control
structures around it in ftrace, are relevant/useful to systemtap.

We need at least:
- access to the ftrace buffering stuff from modules
- the ring buffers need to contain formatted ascii, since that is what scripts
  produce, and not rely on subsequent trace_iter printing like current ftrace
  engines; maybe reuse ftrace_printk
- per-script trace files (instead of /debugfs/tracing/trace intermingled) ...
  unless some goofy multiplexing is the only way
- probably no connection with the overall control switch
  /tracing/tracing_enabled), since scripts come and go at any time


-- 
           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=7043

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