diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2011-03-18 15:07:16 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2011-03-18 15:22:55 -0400 |
| commit | 1943405871c7df43ba08c2af6c2e0b83a3aad9f2 (patch) | |
| tree | f3a838df9fc0843240737d794e10102e5e7de30c /Documentation | |
| parent | b5d9ba0ed7a62ecc6b44a2375f4d321b68e96610 (diff) | |
trace-cmd: Add trace-cmd options
Add trace-cmd options that reads all the plugins and lists
the available options for trace-cmd report.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/trace-cmd-options.1.txt | 35 | ||||
| -rw-r--r-- | Documentation/trace-cmd.1.txt | 2 |
2 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-options.1.txt b/Documentation/trace-cmd-options.1.txt new file mode 100644 index 0000000..2373554 --- /dev/null +++ b/Documentation/trace-cmd-options.1.txt | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | TRACE-CMD-OPTIONS(1) | ||
| 2 | =================== | ||
| 3 | |||
| 4 | NAME | ||
| 5 | ---- | ||
| 6 | trace-cmd-options - list available options from trace-cmd plugins | ||
| 7 | |||
| 8 | SYNOPSIS | ||
| 9 | -------- | ||
| 10 | *trace-cmd options* | ||
| 11 | |||
| 12 | DESCRIPTION | ||
| 13 | ----------- | ||
| 14 | The trace-cmd(1) options command will examine all the trace-cmd plugins | ||
| 15 | that are used by *trace-cmd report(1)* and list them. | ||
| 16 | |||
| 17 | SEE ALSO | ||
| 18 | -------- | ||
| 19 | trace-cmd(1), trace-cmd-record(1), trace-cmd-start(1), trace-cmd-stop(1), | ||
| 20 | trace-cmd-extract(1), trace-cmd-reset(1), trace-cmd-split(1), | ||
| 21 | trace-cmd-list(1), trace-cmd-listen(1) | ||
| 22 | |||
| 23 | AUTHOR | ||
| 24 | ------ | ||
| 25 | Written by Steven Rostedt, <rostedt@goodmis.org> | ||
| 26 | |||
| 27 | RESOURCES | ||
| 28 | --------- | ||
| 29 | git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git | ||
| 30 | |||
| 31 | COPYING | ||
| 32 | ------- | ||
| 33 | Copyright \(C) 2011 Red Hat, Inc. Free use of this software is granted under | ||
| 34 | the terms of the GNU Public License (GPL). | ||
| 35 | |||
diff --git a/Documentation/trace-cmd.1.txt b/Documentation/trace-cmd.1.txt index b67c023..f416b74 100644 --- a/Documentation/trace-cmd.1.txt +++ b/Documentation/trace-cmd.1.txt | |||
| @@ -26,6 +26,8 @@ COMMANDS | |||
| 26 | report - reads a trace.dat file and converts the binary data to a | 26 | report - reads a trace.dat file and converts the binary data to a |
| 27 | ASCII text readable format. | 27 | ASCII text readable format. |
| 28 | 28 | ||
| 29 | options - list the plugin options that are available to *report* | ||
| 30 | |||
| 29 | start - start the tracing without recording to a trace.dat file. | 31 | start - start the tracing without recording to a trace.dat file. |
| 30 | 32 | ||
| 31 | stop - stop tracing (only disables recording, overhead of tracer | 33 | stop - stop tracing (only disables recording, overhead of tracer |
