Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525374
| From | Steven Rostedt <rostedt@goodmis.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only |
| Date | 2016-11-18 15:30 +0100 |
| Message-ID | <sESkW-8jW-23@gated-at.bofh.it> (permalink) |
| References | <sEHIR-1j0-3@gated-at.bofh.it> <sEHIR-1j0-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 18 Nov 2016 11:07:32 +0800 Chunyan Zhang <zhang.chunyan@linaro.org> wrote: > Currently Function traces can be only exported to ring buffer, this > patch added trace_export concept which can process traces and export > them to a registered destination as an addition to the current only > one output of Ftrace - i.e. ring buffer. > > In this way, if we want Function traces to be sent to other destination > rather than ring buffer only, we just need to register a new trace_export > and implement its own .write() function for writing traces to storage. > > With this patch, only Function trace (trace type is TRACE_FN) > is supported. > > Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org> This looks good to me, although I would like this to go through my tree (to make sure it gets all my testing). I understand the next two patches depend on this, how would you want to go about that? One is that I can pull it in the next merge window, and the rest go in after that. Or I can take the other two patches with the proper acks as well. -- Steve
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only Chunyan Zhang <zhang.chunyan@linaro.org> - 2016-11-18 04:10 +0100
Re: [PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only Steven Rostedt <rostedt@goodmis.org> - 2016-11-18 15:30 +0100
Re: [PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2016-11-18 16:00 +0100
Re: [PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only Steven Rostedt <rostedt@goodmis.org> - 2016-11-18 17:50 +0100
Re: [PATCH V8 1/3] tracing: add a possibility of exporting function trace to other places instead of ring buffer only Chunyan Zhang <zhang.chunyan@linaro.org> - 2016-11-21 04:20 +0100
csiph-web