aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2010-03-25 22:35:17 -0400
committerSteven Rostedt <rostedt@goodmis.org>2010-03-25 22:35:17 -0400
commit1e2461ac3a5bbc9104d4aa14d41c351e2e20820b (patch)
tree2d162d13669e7f7358b35d47e5445f41dbd1268e /Documentation
parent8d248f782dd45ab0512be2a9ccb22a15b7288459 (diff)
trace-cmd: Update documentation to match new trace-cmd report options
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/trace-cmd-report.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/trace-cmd-report.txt b/Documentation/trace-cmd-report.txt
index c753bc5..fbab3f4 100644
--- a/Documentation/trace-cmd-report.txt
+++ b/Documentation/trace-cmd-report.txt
@@ -112,6 +112,17 @@ OPTIONS
112*-V*:: 112*-V*::
113 Show the plugins that are loaded. 113 Show the plugins that are loaded.
114 114
115*-L*::
116 This will not load system wide plugins. It loads "local only". That is
117 what it finds in the ~/.trace-cmd/plugins directory.
118
119*-N*::
120 This will not load any plugins.
121
122*-r*::
123 This will show the events in "raw" format. That is, it will ignore the event's
124 print formatting and just print the contents of each field.
125
115*-l*:: 126*-l*::
116 This adds a "latency output" format. Information about interrupts being 127 This adds a "latency output" format. Information about interrupts being
117 disabled, soft irq being disabled, the "need_resched" flag being set, 128 disabled, soft irq being disabled, the "need_resched" flag being set,