diff options
author | Steven Rostedt <srostedt@redhat.com> | 2011-01-04 20:07:38 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2011-01-04 20:07:38 -0500 |
commit | f1b412402cff36987736748c150bd5c90dd5300b (patch) | |
tree | d00ab609d5efad163830259f6d4190b44d93218a /Documentation | |
parent | 3de68e3ec662285bbd612c923308dbdc953420ac (diff) |
trace-cmd: Add -a option to record to record all events
Add the -a option to trace-cmd record that will bring back the old
behavior of recording the format of all events.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/trace-cmd-record.1.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-record.1.txt b/Documentation/trace-cmd-record.1.txt index a8c9b98..0954540 100644 --- a/Documentation/trace-cmd-record.1.txt +++ b/Documentation/trace-cmd-record.1.txt | |||
@@ -47,6 +47,14 @@ OPTIONS | |||
47 | 47 | ||
48 | The keyword 'all' can be used to enable all events. | 48 | The keyword 'all' can be used to enable all events. |
49 | 49 | ||
50 | *-a*:: | ||
51 | Every event that is being recorded has its output format file saved | ||
52 | in the output file to be able to display it later. But if other | ||
53 | events are enabled in the trace without trace-cmd's knowledge, the | ||
54 | formats of those events will not be recorded and trace-cmd report will | ||
55 | not be able to display them. If this is the case, then specify the | ||
56 | *-a* option and the format for all events in the system will be saved. | ||
57 | |||
50 | *-f* 'filter':: | 58 | *-f* 'filter':: |
51 | Specify a filter for the previous event. This must come after a *-e*. This | 59 | Specify a filter for the previous event. This must come after a *-e*. This |
52 | will filter what events get recorded based on the content of the event. | 60 | will filter what events get recorded based on the content of the event. |