Searched refs:show_total_period (Results 1 – 11 of 11) sorted by relevance
/linux/tools/perf/util/ |
H A D | symbol_conf.h | 22 show_total_period, member
|
H A D | annotate.h | 360 return (symbol_conf.show_total_period ? 12 : 8) * notes->src->nr_events; in annotation_line__filter()
|
H A D | annotate.c | 814 if (symbol_conf.show_total_period) in annotation_line__print() 1211 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 1920 if (symbol_conf.show_total_period) { in __annotation_line__write() 1936 symbol_conf.show_total_period ? "Period" : in __annotation_line__write() 2136 } else if (!strcmp(var, "annotate.show_total_period")) { in annotation__config() 2137 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
|
H A D | annotate-data.c | 1751 if (symbol_conf.show_total_period) { in print_annotated_data_header() 1769 if (symbol_conf.show_total_period) in print_annotated_data_value() 1785 int width = symbol_conf.show_total_period ? 11 : 7; in print_annotated_data_type()
|
/linux/tools/perf/ui/browsers/ |
H A D | annotate.c | 890 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 D | annotate-data.c | 352 if (symbol_conf.show_total_period) in browser__show() 377 if (symbol_conf.show_total_period) in browser__write_overhead()
|
/linux/tools/perf/ |
H A D | builtin-annotate.c | 766 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
H A D | builtin-top.c | 1540 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
H A D | builtin-report.c | 1407 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
/linux/tools/perf/ui/ |
H A D | hist.c | 644 if (symbol_conf.show_total_period) in perf_hpp__init()
|
/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 377 annotate.show_total_period::
|