]> bbs.cooldavid.org Git - net-next-2.6.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)
commit60ba77022712c7cda0eda286154bae160446b24a
tree3cd975b44ac716e079fdfcb1d4b9cd3efc815500
parent51df5fcbc1296a84cf1c093c6cb56d40ca3e697e
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