All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trace-cmd: manpage: Added missing options
@ 2022-04-26 14:03 vnagare
  2022-04-28 16:38 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: vnagare @ 2022-04-26 14:03 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: vnagare

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] trace-cmd: manpage: Added missing options
  2022-04-26 14:03 [PATCH] trace-cmd: manpage: Added missing options vnagare
@ 2022-04-28 16:38 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2022-04-28 16:38 UTC (permalink / raw)
  To: vnagare; +Cc: linux-trace-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-28 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 14:03 [PATCH] trace-cmd: manpage: Added missing options vnagare
2022-04-28 16:38 ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.