Searched refs:show_total_period (Results 1 – 9 of 9) sorted by relevance
/linux/tools/perf/util/ |
A D | symbol_conf.h | 23 show_total_period, member
|
A D | annotate.h | 315 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
|
A D | annotate.c | 1432 if (symbol_conf.show_total_period) in annotation_line__print() 1462 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print() 2401 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf() 2424 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 2976 if (symbol_conf.show_total_period) { in __annotation_line__write() 2992 symbol_conf.show_total_period ? "Period" : in __annotation_line__write() 3181 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
|
/linux/tools/perf/ui/browsers/ |
A D | annotate.c | 893 if (symbol_conf.show_total_period) { in annotate_browser__run() 894 symbol_conf.show_total_period = false; in annotate_browser__run() 899 symbol_conf.show_total_period = true; in annotate_browser__run()
|
/linux/tools/perf/ |
A D | builtin-annotate.c | 546 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
A D | builtin-report.c | 1281 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
A D | builtin-top.c | 1514 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
/linux/tools/perf/ui/ |
A D | hist.c | 591 if (symbol_conf.show_total_period) in perf_hpp__init()
|
/linux/tools/perf/Documentation/ |
A D | perf-config.txt | 360 annotate.show_total_period::
|
Completed in 29 milliseconds