aboutsummaryrefslogtreecommitdiffstats
path: root/trace-cmd.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-11-23 13:56:20 -0500
committerSteven Rostedt <rostedt@goodmis.org>2009-11-23 13:57:57 -0500
commit28c86bb67da8dc23c109f13cbf2ade4dbbda5ac8 (patch)
tree9b72c2c0dfa772cebc8ddb02b5e3d9630f06a1c7 /trace-cmd.c
parent9bf0a9f94cbd83f339419e2784bd37eab812ea10 (diff)
Print out the event files stored in a data file
Add -E option to print out the event files stored in a data file. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'trace-cmd.c')
-rw-r--r--trace-cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/trace-cmd.c b/trace-cmd.c
index 2a531bb..ca1fbfa 100644
--- a/trace-cmd.c
+++ b/trace-cmd.c
@@ -1154,11 +1154,12 @@ void usage(char **argv)
1154 " -o data output file [default trace.dat]\n" 1154 " -o data output file [default trace.dat]\n"
1155 " -O option to enable (or disable)\n" 1155 " -O option to enable (or disable)\n"
1156 "\n" 1156 "\n"
1157 " %s report [-i file] [--cpu cpu] [-e][-f]\n" 1157 " %s report [-i file] [--cpu cpu] [-e][-f][-l][-P][-E]\n"
1158 " -i input file [default trace.dat]\n" 1158 " -i input file [default trace.dat]\n"
1159 " -e show file endianess\n" 1159 " -e show file endianess\n"
1160 " -f show function list\n" 1160 " -f show function list\n"
1161 " -P show printk list\n" 1161 " -P show printk list\n"
1162 " -E show event files stored\n"
1162 " -l show latency format (default with latency tracers)\n" 1163 " -l show latency format (default with latency tracers)\n"
1163 "\n" 1164 "\n"
1164 " %s list [-e][-p]\n" 1165 " %s list [-e][-p]\n"