diff options
Diffstat (limited to 'trace-usage.c')
-rw-r--r-- | trace-usage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trace-usage.c b/trace-usage.c index 4b171fe..1497279 100644 --- a/trace-usage.c +++ b/trace-usage.c | |||
@@ -75,7 +75,7 @@ static struct usage_help usage_help[] = { | |||
75 | "report", | 75 | "report", |
76 | "read out the trace stored in a trace.dat file", | 76 | "read out the trace stored in a trace.dat file", |
77 | " %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-L][-N][-r][-E]\\\n" | 77 | " %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-L][-N][-r][-E]\\\n" |
78 | " [-F filter][-v][-V][-T]\n" | 78 | " [-F filter][-v][-V][-T][-O option]\n" |
79 | " -i input file [default trace.dat]\n" | 79 | " -i input file [default trace.dat]\n" |
80 | " -e show file endianess\n" | 80 | " -e show file endianess\n" |
81 | " -f show function list\n" | 81 | " -f show function list\n" |
@@ -90,6 +90,7 @@ static struct usage_help usage_help[] = { | |||
90 | " -N do not load any plugins\n" | 90 | " -N do not load any plugins\n" |
91 | " -w show wakeup latencies\n" | 91 | " -w show wakeup latencies\n" |
92 | " -l show latency format (default with latency tracers)\n" | 92 | " -l show latency format (default with latency tracers)\n" |
93 | " -O plugin option -O [plugin:]var[=val]\n" | ||
93 | }, | 94 | }, |
94 | { | 95 | { |
95 | "split", | 96 | "split", |