diff options
| author | Steven Rostedt <srostedt@redhat.com> | 2010-10-06 10:14:39 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2010-10-06 10:14:39 -0400 |
| commit | cb874a7384e5178602386515e18f437f3a864de5 (patch) | |
| tree | 021a35e74ea10ea2f9077742b64fb8bd2f32a2c2 /Documentation | |
| parent | 087ef940eac18e561078e09b20e9e3cdb22ad9ff (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.txt | 5 |
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 | ||
| 49 | OPTIONS | 50 | OPTIONS |
| 50 | ------- | 51 | ------- |
| @@ -58,7 +59,7 @@ SEE ALSO | |||
| 58 | -------- | 59 | -------- |
| 59 | trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1), | 60 | trace-cmd-record(1), trace-cmd-report(1), trace-cmd-start(1), |
| 60 | trace-cmd-stop(1), trace-cmd-extract(1), trace-cmd-reset(1), | 61 | trace-cmd-stop(1), trace-cmd-extract(1), trace-cmd-reset(1), |
| 61 | trace-cmd-restore(1), | 62 | trace-cmd-restore(1), trace-cmd-stack(1), |
| 62 | trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1), | 63 | trace-cmd-split(1), trace-cmd-list(1), trace-cmd-listen(1), |
| 63 | trace-cmd.dat(5) | 64 | trace-cmd.dat(5) |
| 64 | 65 | ||
