aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-10-06 10:14:39 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-10-06 10:14:39 -0400
commitcb874a7384e5178602386515e18f437f3a864de5 (patch)
tree021a35e74ea10ea2f9077742b64fb8bd2f32a2c2 /Documentation
parent087ef940eac18e561078e09b20e9e3cdb22ad9ff (diff)
trace-cmd/documentation: Update trace-cmd man page to include stack
Add the stack command to the trace-cmd man page. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace-cmd.1.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/trace-cmd.1.txt b/Documentation/trace-cmd.1.txt
index 14c543c..b67c023 100644
--- a/Documentation/trace-cmd.1.txt
+++ b/Documentation/trace-cmd.1.txt
@@ -43,8 +43,9 @@ COMMANDS
43 43
44 listen - open up a port to listen for remote tracing connections. 44 listen - open up a port to listen for remote tracing connections.
45 45
46 restore - restore the data files of a crashed run of trace-cmd record 46 restore - restore the data files of a crashed run of trace-cmd record
47 47
48 stack - run and display the stack tracer
48 49
49OPTIONS 50OPTIONS
50------- 51-------
@@ -58,7 +59,7 @@ SEE ALSO
58-------- 59--------
59trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1), 60trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1),
60trace-cmd-stop(1), trace-cmd-extract(1), trace-cmd-reset(1), 61trace-cmd-stop(1), trace-cmd-extract(1), trace-cmd-reset(1),
61trace-cmd-restore(1), 62trace-cmd-restore(1), trace-cmd-stack(1),
62trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1), 63trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1),
63trace-cmd.dat(5) 64trace-cmd.dat(5)
64 65