Searched refs:show_total_period (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/tools/perf/util/ |
| D | symbol_conf.h | 23 show_total_period, member
|
| D | annotate.h | 309 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
|
| D | annotate.c | 1417 if (symbol_conf.show_total_period) in annotation_line__print() 1434 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print() 2361 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf() 2384 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 2920 if (symbol_conf.show_total_period) { in __annotation_line__write() 2936 symbol_conf.show_total_period ? "Period" : in __annotation_line__write() 3125 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
|
| /Linux-v5.10/tools/perf/ui/browsers/ |
| D | annotate.c | 836 if (symbol_conf.show_total_period) { in annotate_browser__run() 837 symbol_conf.show_total_period = false; in annotate_browser__run() 842 symbol_conf.show_total_period = true; in annotate_browser__run()
|
| /Linux-v5.10/tools/perf/ |
| D | builtin-annotate.c | 543 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
| D | builtin-report.c | 1244 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
| D | builtin-top.c | 1521 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
| /Linux-v5.10/tools/perf/ui/ |
| D | hist.c | 579 if (symbol_conf.show_total_period) in perf_hpp__init()
|
| /Linux-v5.10/tools/perf/Documentation/ |
| D | perf-config.txt | 352 annotate.show_total_period::
|