aboutsummaryrefslogtreecommitdiffstats
path: root/trace-usage.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2011-03-18 15:16:56 -0400
committerSteven Rostedt <rostedt@goodmis.org>2011-03-18 15:22:55 -0400
commitb5d9ba0ed7a62ecc6b44a2375f4d321b68e96610 (patch)
tree9005ce8942ef2ec199b32b71f59e24432f080844 /trace-usage.c
parent3e3c3b167e44d701b338dd83c789752948d9fb87 (diff)
downloadtrace-cmd-b5d9ba0ed7a62ecc6b44a2375f4d321b68e96610.tar.gz
trace-cmd: Add -O to trace-cmd report to pass options to plugins
The -O field now passes options to the plugins. The format is of: -O [plugin:]var[=val] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-usage.c')
-rw-r--r--trace-usage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trace-usage.c b/trace-usage.c
index 4b171fe6..14972793 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -75,7 +75,7 @@ static struct usage_help usage_help[] = {
"report",
"read out the trace stored in a trace.dat file",
" %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-L][-N][-r][-E]\\\n"
- " [-F filter][-v][-V][-T]\n"
+ " [-F filter][-v][-V][-T][-O option]\n"
" -i input file [default trace.dat]\n"
" -e show file endianess\n"
" -f show function list\n"
@@ -90,6 +90,7 @@ static struct usage_help usage_help[] = {
" -N do not load any plugins\n"
" -w show wakeup latencies\n"
" -l show latency format (default with latency tracers)\n"
+ " -O plugin option -O [plugin:]var[=val]\n"
},
{
"split",