tracing: make the set_event and available_events subsystem aware
authorSteven Rostedt <srostedt@redhat.com>
Sat, 28 Feb 2009 04:32:58 +0000 (23:32 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Sat, 28 Feb 2009 08:05:40 +0000 (03:05 -0500)
commitb628b3e629b1436710e59a21cc020fbb04a52ce1
tree43cbe737f8d81c8499c406961603e6be1e2dfc05
parent6ecc2d1ca39177edb6fbdb7412948b0e9f409d02
tracing: make the set_event and available_events subsystem aware

This patch makes the event files, set_event and available_events
aware of the subsystem.

Now you can enable an entire subsystem with:

  echo 'irq:*' > set_event

Note: the '*' is not needed.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/trace_events.c