Home
last modified time | relevance | path

Searched refs:show_total_period (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h22 show_total_period, member
H A Dannotate.h327 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
H A Dannotate.c1554 if (symbol_conf.show_total_period) in annotation_line__print()
1584 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print()
2546 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf()
2569 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf()
3134 if (symbol_conf.show_total_period) { in __annotation_line__write()
3150 symbol_conf.show_total_period ? "Period" : in __annotation_line__write()
3342 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c887 if (symbol_conf.show_total_period) { in annotate_browser__run()
888 symbol_conf.show_total_period = false; in annotate_browser__run()
893 symbol_conf.show_total_period = true; in annotate_browser__run()
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c590 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
H A Dbuiltin-report.c1337 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
H A Dbuiltin-top.c1531 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
/openbmc/linux/tools/perf/ui/
H A Dhist.c594 if (symbol_conf.show_total_period) in perf_hpp__init()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt363 annotate.show_total_period::