aboutsummaryrefslogtreecommitdiffstats
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
parent8d248f782dd45ab0512be2a9ccb22a15b7288459 (diff)
trace-cmd: Update documentation to match new trace-cmd report options
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r--Documentation/trace-cmd-report.txt11
-rw-r--r--trace-usage.c4
2 files changed, 13 insertions, 2 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,
diff --git a/trace-usage.c b/trace-usage.c
index 39d2ecd..828fdd0 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -73,13 +73,13 @@ static struct usage_help usage_help[] = {
73 " -e show file endianess\n" 73 " -e show file endianess\n"
74 " -f show function list\n" 74 " -f show function list\n"
75 " -P show printk list\n" 75 " -P show printk list\n"
76 " -L load only local (~/.trace-cmd/plugins) plugins\n"
77 " -N do not load any plugins\n"
78 " -E show event files stored\n" 76 " -E show event files stored\n"
79 " -F filter to filter output on\n" 77 " -F filter to filter output on\n"
80 " -r raw format: ignore print format and only show field data\n" 78 " -r raw format: ignore print format and only show field data\n"
81 " -v will negate all -F after it (Not show matches)\n" 79 " -v will negate all -F after it (Not show matches)\n"
82 " -V verbose (shows plugins being loaded)\n" 80 " -V verbose (shows plugins being loaded)\n"
81 " -L load only local (~/.trace-cmd/plugins) plugins\n"
82 " -N do not load any plugins\n"
83 " -w show wakeup latencies\n" 83 " -w show wakeup latencies\n"
84 " -l show latency format (default with latency tracers)\n" 84 " -l show latency format (default with latency tracers)\n"
85 }, 85 },