Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h24 show_total_period, member
H A Dannotate.h367 return (symbol_conf.show_total_period ? 12 : 8) * notes->src->nr_events; in annotation__pcnt_width()
H A Dannotate-data.c1790 if (symbol_conf.show_total_period) { in print_annotated_data_header()
1808 if (symbol_conf.show_total_period) in print_annotated_data_value()
1824 int width = symbol_conf.show_total_period ? 11 : 7; in print_annotated_data_type()
H A Dannotate.c836 if (symbol_conf.show_total_period) in annotation_line__print()
1258 width, width, symbol_conf.show_total_period ? "Period" : in hist_entry__annotate_printf()
1971 if (symbol_conf.show_total_period) { in __annotation_line__write()
1987 symbol_conf.show_total_period ? "Period" : in __annotation_line__write()
2238 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
/linux-6.15/tools/perf/ui/browsers/
H A Dannotate.c890 if (symbol_conf.show_total_period) { in annotate_browser__run()
891 symbol_conf.show_total_period = false; in annotate_browser__run()
896 symbol_conf.show_total_period = true; in annotate_browser__run()
H A Dannotate-data.c352 if (symbol_conf.show_total_period) in browser__show()
377 if (symbol_conf.show_total_period) in browser__write_overhead()
/linux-6.15/tools/perf/
H A Dbuiltin-annotate.c767 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
H A Dbuiltin-top.c1544 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
H A Dbuiltin-report.c1418 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
/linux-6.15/tools/perf/ui/
H A Dhist.c674 if (symbol_conf.show_total_period) in perf_hpp__init()
/linux-6.15/tools/perf/Documentation/
H A Dperf-config.txt377 annotate.show_total_period::