aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2014-05-13 22:51:32 -0400
committerSteven Rostedt <rostedt@goodmis.org>2014-05-13 22:51:32 -0400
commit50c0723f0bbce7c09f68078fe1052613f155a7cc (patch)
tree6e19955a6113040c31039aa4edd9294f39e0a543 /Documentation
parent30ee2ad72bfa357751a71c315d167aa8bc93b834 (diff)
downloadkernel-shark-50c0723f0bbce7c09f68078fe1052613f155a7cc.tar.gz
trace-cmd: Add -F -l -R options to trace-cmd list for events
When using -e 'regex', where a set of events are listed in running trace-cmd list, the options '-F' '-l' or '-R' can be added to show those events formats, filters, or triggers respectively. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace-cmd-list.1.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-list.1.txt b/Documentation/trace-cmd-list.1.txt
index d6cde432..79d275e5 100644
--- a/Documentation/trace-cmd-list.1.txt
+++ b/Documentation/trace-cmd-list.1.txt
@@ -25,6 +25,15 @@ OPTIONS
trace-cmd list -e '^sys.*'
+*-F*::
+ Used with *-e* 'regex' to show those events formats.
+
+*-l*::
+ Used with *-e* 'regex' to show those events filters.
+
+*-R*::
+ Used with *-e* 'regex' to show those events triggers.
+
*-t*::
This option will list the available tracers that are enabled on the
local system.