Files
kernel_arpi/include/linux
Chunyan Zhang 478409dd68 tracing: Add hook to function tracing for other subsystems to use
Currently Function traces can be only exported to the ring buffer. This
adds a trace_export concept which can process traces and export
them to a registered destination as an addition to the current
one that outputs to Ftrace - i.e. ring buffer.

In this way, if we want function traces to be sent to other destinations
rather than only to the ring buffer, 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 tracing (trace type is TRACE_FN)
is supported.

Link: http://lkml.kernel.org/r/1479715043-6534-2-git-send-email-zhang.chunyan@linaro.org

Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2016-11-22 17:40:00 -05:00
..
2016-11-11 23:23:02 +01:00
2016-10-07 18:46:30 -07:00
2016-10-30 13:09:42 -04:00
2016-10-20 15:51:28 +11:00
2016-10-24 19:13:20 -07:00
2016-10-20 14:32:22 -04:00
2016-10-19 11:36:22 -06:00
2016-10-14 11:36:59 -07:00
2016-10-05 18:23:36 -04:00
2016-10-07 18:46:27 -07:00