|
@@ -1859,11 +1859,13 @@ static void __cmd_replay(void)
|
|
|
|
|
|
|
|
|
static const char * const sched_usage[] = {
|
|
|
- "perf sched [<options>] {record|latency|replay|trace}",
|
|
|
+ "perf sched [<options>] {record|latency|map|replay|trace}",
|
|
|
NULL
|
|
|
};
|
|
|
|
|
|
static const struct option sched_options[] = {
|
|
|
+ OPT_STRING('i', "input", &input_name, "file",
|
|
|
+ "input file name"),
|
|
|
OPT_BOOLEAN('v', "verbose", &verbose,
|
|
|
"be more verbose (show symbol address, etc)"),
|
|
|
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
|