|
@@ -1124,6 +1124,9 @@ int cmd_report(int argc, const char **argv)
|
|
|
"Time span of interest (start,stop)"),
|
|
|
OPT_BOOLEAN(0, "inline", &symbol_conf.inline_name,
|
|
|
"Show inline function"),
|
|
|
+ OPT_CALLBACK(0, "percent-type", &report.annotation_opts, "local-period",
|
|
|
+ "Set percent type local/global-period/hits",
|
|
|
+ annotate_parse_percent_type),
|
|
|
OPT_END()
|
|
|
};
|
|
|
struct perf_data data = {
|