|
@@ -1790,7 +1790,7 @@ static const char * const sched_usage[] = {
|
|
|
static const struct option sched_options[] = {
|
|
|
OPT_STRING('i', "input", &input_name, "file",
|
|
|
"input file name"),
|
|
|
- OPT_BOOLEAN('v', "verbose", &verbose,
|
|
|
+ OPT_INCR('v', "verbose", &verbose,
|
|
|
"be more verbose (show symbol address, etc)"),
|
|
|
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
|
|
|
"dump raw trace in ASCII"),
|
|
@@ -1805,7 +1805,7 @@ static const char * const latency_usage[] = {
|
|
|
static const struct option latency_options[] = {
|
|
|
OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
|
"sort by key(s): runtime, switch, avg, max"),
|
|
|
- OPT_BOOLEAN('v', "verbose", &verbose,
|
|
|
+ OPT_INCR('v', "verbose", &verbose,
|
|
|
"be more verbose (show symbol address, etc)"),
|
|
|
OPT_INTEGER('C', "CPU", &profile_cpu,
|
|
|
"CPU to profile on"),
|
|
@@ -1822,7 +1822,7 @@ static const char * const replay_usage[] = {
|
|
|
static const struct option replay_options[] = {
|
|
|
OPT_INTEGER('r', "repeat", &replay_repeat,
|
|
|
"repeat the workload replay N times (-1: infinite)"),
|
|
|
- OPT_BOOLEAN('v', "verbose", &verbose,
|
|
|
+ OPT_INCR('v', "verbose", &verbose,
|
|
|
"be more verbose (show symbol address, etc)"),
|
|
|
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
|
|
|
"dump raw trace in ASCII"),
|