Files
i2som-imx-linux/include/linux
Steven Rostedt ae63b31e4d tracing: Separate out trace events from global variables
The trace events for ftrace are all defined via global variables.
The arrays of events and event systems are linked to a global list.
This prevents multiple users of the event system (what to enable and
what not to).

By adding descriptors to represent the event/file relation, as well
as to which trace_array descriptor they are associated with, allows
for more than one set of events to be defined. Once the trace events
files have a link between the trace event and the trace_array they
are associated with, we can create multiple trace_arrays that can
record separate events in separate buffers.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2013-03-15 00:34:40 -04:00
..
2013-01-27 01:35:32 +01:00
2013-01-24 15:37:26 +01:00
2013-01-03 15:57:14 -08:00
2013-02-08 18:28:04 +01:00
2013-01-25 15:06:01 -08:00