]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: add filter event logic to special, mmiotrace and boot tracers
authorSteven Rostedt <srostedt@redhat.com>
Sun, 13 Sep 2009 03:34:04 +0000 (23:34 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Sun, 13 Sep 2009 03:34:04 +0000 (23:34 -0400)
commit1e59a5c4739b911421526a574fce884006f5c105
tree3cd975b44ac716e079fdfcb1d4b9cd3efc815500
parent1ccd62c15ccbe9e2ac4d8280d51b9c914a12cced
tracing: add filter event logic to special, mmiotrace and boot tracers

Now that the pluging tracers use macros to create the structures and
automate the exporting of their formats to the format files, they also
automatically get a filter file.

This patch adds the code to implement the filter logic in the trace
recordings.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c
kernel/trace/trace_boot.c
kernel/trace/trace_mmiotrace.c