commit | 31bc2af8f2751434894eb813695d11dad373ae2b | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Fri Apr 25 11:42:03 2014 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Apr 25 11:42:03 2014 -0400 |
tree | 7ccecb9c6632f3e2b3bc423c84457ec87cfa1ba7 | |
parent | 5da0effc11b073b33198d5d2c350f13538bd4966 [diff] |
trace-cmd: Add trace-cmd report --event option Add an --event option for trace-cmd report that lets the user pass in a regular expression that will only list the events in the file that match the regex given. trace-cmd report --event ftrace Will list all ftrace events. trace-cmd report --event sys:read Will list all the events where the system matches "sys" and the event name matches "read". Signed-off-by: Steven Rostedt <rostedt@goodmis.org>