|
@@ -1104,7 +1104,7 @@ int cmd_report(int argc, const char **argv)
|
|
OPT_CALLBACK(0, "percentage", NULL, "relative|absolute",
|
|
OPT_CALLBACK(0, "percentage", NULL, "relative|absolute",
|
|
"how to display percentage of filtered entries", parse_filter_percentage),
|
|
"how to display percentage of filtered entries", parse_filter_percentage),
|
|
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
|
|
OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
|
|
- "Instruction Tracing options",
|
|
|
|
|
|
+ "Instruction Tracing options\n" ITRACE_HELP,
|
|
itrace_parse_synth_opts),
|
|
itrace_parse_synth_opts),
|
|
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
|
|
OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename,
|
|
"Show full source file name path for source lines"),
|
|
"Show full source file name path for source lines"),
|