aboutsummaryrefslogtreecommitdiffstats
path: root/trace-usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'trace-usage.c')
-rw-r--r--trace-usage.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/trace-usage.c b/trace-usage.c
index 2d7b668..5dd691c 100644
--- a/trace-usage.c
+++ b/trace-usage.c
@@ -37,6 +37,7 @@ static struct usage_help usage_help[] = {
37 " -t used with -N, forces use of tcp in live trace\n" 37 " -t used with -N, forces use of tcp in live trace\n"
38 " -b change kernel buffersize (in kilobytes per CPU)\n" 38 " -b change kernel buffersize (in kilobytes per CPU)\n"
39 " -k do not reset the buffers after tracing.\n" 39 " -k do not reset the buffers after tracing.\n"
40 " -i do not fail if an event is not found\n"
40 }, 41 },
41 { 42 {
42 "start", 43 "start",
@@ -122,6 +123,14 @@ static struct usage_help usage_help[] = {
122 " -o list available options\n" 123 " -o list available options\n"
123 }, 124 },
124 { 125 {
126 "restore",
127 "restore a crashed record",
128 " %s restore [-c][-o file][-i file] cpu-file [cpu-file ...]\n"
129 " -c create a partial trace.dat file only\n"
130 " -o output file\n"
131 " -i parital trace.dat file for input\n"
132 },
133 {
125 NULL, NULL, NULL 134 NULL, NULL, NULL
126 } 135 }
127}; 136};