diff mbox series

trace-cmd: manpage: Added missing options

Message ID 20220426140318.221339-1-vnagare@redhat.com (mailing list archive)
State Accepted
Commit 60f7d865b975ee31e099a09e13b148da2f9097d0
Headers show
Series trace-cmd: manpage: Added missing options | expand

Commit Message

vnagare@redhat.com April 26, 2022, 2:03 p.m. UTC
From: Vaibhav Nagare <vnagare@redhat.com>

Added multiple missing options which can be found in -h, help page.

Signed-off-by: Vaibhav Nagare <vnagare@redhat.com>
---
 Documentation/trace-cmd/trace-cmd.1.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Steven Rostedt April 28, 2022, 4:38 p.m. UTC | #1
On Tue, 26 Apr 2022 19:33:18 +0530
vnagare@redhat.com wrote:

> From: Vaibhav Nagare <vnagare@redhat.com>
> 
> Added multiple missing options which can be found in -h, help page.
> 
> Signed-off-by: Vaibhav Nagare <vnagare@redhat.com>
> ---

Applied, thanks Vaibhav!

-- Steve
diff mbox series

Patch

diff --git a/Documentation/trace-cmd/trace-cmd.1.txt b/Documentation/trace-cmd/trace-cmd.1.txt
index 27c6e973..7e161273 100644
--- a/Documentation/trace-cmd/trace-cmd.1.txt
+++ b/Documentation/trace-cmd/trace-cmd.1.txt
@@ -23,9 +23,15 @@  COMMANDS
   record  - record a live trace and write a trace.dat file to the
             local disk or to the network.
 
+  set     - set a ftrace configuration parameter.
+
   report  - reads a trace.dat file and converts the binary data to a
             ASCII text readable format.
 
+  stream  - Start tracing and read the output directly
+
+  profile - Start profiling and read the output directly
+
   hist    - show a histogram of the events.
 
   stat    - show tracing (ftrace) status of the running system
@@ -42,17 +48,27 @@  COMMANDS
   extract - extract the data from the kernel buffer and create a trace.dat
             file.
 
+  show    - display the contents of one of the Ftrace Linux kernel tracing files
+
   reset   - disables all tracing and gives back the system performance.
             (clears all data from the kernel buffers)
 
+  clear   - clear the content of the Ftrace ring buffers.
+
   split   - splits a trace.dat file into smaller files.
 
   list    - list the available plugins or events that can be recorded.
 
   listen  - open up a port to listen for remote tracing connections.
 
+  agent   - listen on a vsocket for trace clients
+
+  setup-guest - create FIFOs for tracing guest VMs
+
   restore - restore the data files of a crashed run of trace-cmd record
 
+  snapshot- take snapshot of running trace
+
   stack   - run and display the stack tracer
 
   check-events - parse format strings for all trace events and return
@@ -60,6 +76,8 @@  COMMANDS
 
   convert   - convert trace files
 
+  dump    - read out the meta data from a trace file
+
 OPTIONS
 -------