aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2012-12-04 19:13:35 -0500
committerSteven Rostedt <rostedt@goodmis.org>2012-12-05 12:27:24 -0500
commit3c9befc8d29fbec1bbb5e743e9360a1ceab2ea8e (patch)
tree694b5f4009188eda02470c37e7d0597496a0c273 /Documentation
parent85c36578ee1a24a40e3ea6322b61693d2bd64198 (diff)
downloadkernel-shark-3c9befc8d29fbec1bbb5e743e9360a1ceab2ea8e.tar.gz
trace-cmd: Add '-P' option to list to show loaded plugins
Add the '-P' option to trace-cmd list that will list the plugin files that get loaded for trace-cmd report. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace-cmd-list.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-list.1.txt b/Documentation/trace-cmd-list.1.txt
index 720598ed..4bbeec69 100644
--- a/Documentation/trace-cmd-list.1.txt
+++ b/Documentation/trace-cmd-list.1.txt
@@ -39,6 +39,8 @@ OPTIONS
trace-cmd list -f '^sched.*'
+*-P*::
+ List the plugin files that get loaded on trace-cmd report.
SEE ALSO
--------