diff options
Diffstat (limited to 'trace-cmd.c')
-rw-r--r-- | trace-cmd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/trace-cmd.c b/trace-cmd.c index d866d8f..a50773e 100644 --- a/trace-cmd.c +++ b/trace-cmd.c | |||
@@ -1035,12 +1035,13 @@ void usage(char **argv) | |||
1035 | " Disables the tracer (may reset trace file)\n" | 1035 | " Disables the tracer (may reset trace file)\n" |
1036 | " Used in conjunction with start\n" | 1036 | " Used in conjunction with start\n" |
1037 | "\n" | 1037 | "\n" |
1038 | " %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-E]\n" | 1038 | " %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-E][-F filter]\n" |
1039 | " -i input file [default trace.dat]\n" | 1039 | " -i input file [default trace.dat]\n" |
1040 | " -e show file endianess\n" | 1040 | " -e show file endianess\n" |
1041 | " -f show function list\n" | 1041 | " -f show function list\n" |
1042 | " -P show printk list\n" | 1042 | " -P show printk list\n" |
1043 | " -E show event files stored\n" | 1043 | " -E show event files stored\n" |
1044 | " -F filter to filter output on\n" | ||
1044 | " -l show latency format (default with latency tracers)\n" | 1045 | " -l show latency format (default with latency tracers)\n" |
1045 | "\n" | 1046 | "\n" |
1046 | " %s split [options] -o file [start [end]]\n" | 1047 | " %s split [options] -o file [start [end]]\n" |