aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-03-18 15:07:16 -0400
committerSteven Rostedt <rostedt@goodmis.org>2011-03-18 15:22:55 -0400
commit1943405871c7df43ba08c2af6c2e0b83a3aad9f2 (patch)
treef3a838df9fc0843240737d794e10102e5e7de30c /Documentation
parentb5d9ba0ed7a62ecc6b44a2375f4d321b68e96610 (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.txt35
-rw-r--r--Documentation/trace-cmd.1.txt2
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 @@
1TRACE-CMD-OPTIONS(1)
2===================
3
4NAME
5----
6trace-cmd-options - list available options from trace-cmd plugins
7
8SYNOPSIS
9--------
10*trace-cmd options*
11
12DESCRIPTION
13-----------
14The trace-cmd(1) options command will examine all the trace-cmd plugins
15that are used by *trace-cmd report(1)* and list them.
16
17SEE ALSO
18--------
19trace-cmd(1), trace-cmd-record(1), trace-cmd-start(1), trace-cmd-stop(1),
20trace-cmd-extract(1), trace-cmd-reset(1), trace-cmd-split(1),
21trace-cmd-list(1), trace-cmd-listen(1)
22
23AUTHOR
24------
25Written by Steven Rostedt, <rostedt@goodmis.org>
26
27RESOURCES
28---------
29git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
30
31COPYING
32-------
33Copyright \(C) 2011 Red Hat, Inc. Free use of this software is granted under
34the 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