commit | b628b3e629b1436710e59a21cc020fbb04a52ce1 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Feb 27 23:32:58 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Sat Feb 28 03:05:40 2009 -0500 |
tree | 43cbe737f8d81c8499c406961603e6be1e2dfc05 | |
parent | 6ecc2d1ca39177edb6fbdb7412948b0e9f409d02 [diff] |
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>