linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: vnagare@redhat.com
To: linux-trace-devel@vger.kernel.org
Cc: vnagare@redhat.com
Subject: [PATCH] trace-cmd: manpage: Added missing options
Date: Tue, 26 Apr 2022 19:33:18 +0530	[thread overview]
Message-ID: <20220426140318.221339-1-vnagare@redhat.com> (raw)

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(+)

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
 -------
 
-- 
2.27.0


             reply	other threads:[~2022-04-26 14:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-26 14:03 vnagare [this message]
2022-04-28 16:38 ` [PATCH] trace-cmd: manpage: Added missing options Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220426140318.221339-1-vnagare@redhat.com \
    --to=vnagare@redhat.com \
    --cc=linux-trace-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).