Searched refs:show_total_period (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol_conf.h | 23 show_total_period, member
|
H A D | annotate.h | 310 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
|
H A D | annotate.c | 1433 if (symbol_conf.show_total_period) in annotation_line__print() 1450 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print() 2383 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf() 2406 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 2942 if (symbol_conf.show_total_period) { in __annotation_line__write() 2958 symbol_conf.show_total_period ? "Period" : in __annotation_line__write() 3146 } else if (!strcmp(var, "annotate.show_total_period")) { in annotation__config() 3147 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol_conf.h | 22 show_total_period, member
|
H A D | annotate.h | 319 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
|
H A D | annotate.c | 1520 if (symbol_conf.show_total_period) in annotation_line__print() 1550 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print() 2513 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf() 2536 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 3102 if (symbol_conf.show_total_period) { in __annotation_line__write() 3118 symbol_conf.show_total_period ? "Period" : in __annotation_line__write() 3306 } else if (!strcmp(var, "annotate.show_total_period")) { in annotation__config() 3307 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 543 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
H A D | builtin-report.c | 1263 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
H A D | builtin-top.c | 1521 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 594 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
H A D | builtin-report.c | 1339 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
H A D | builtin-top.c | 1532 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
/kernel/linux/linux-5.10/tools/perf/ui/ |
H A D | hist.c | 591 if (symbol_conf.show_total_period) in perf_hpp__init()
|
/kernel/linux/linux-6.6/tools/perf/ui/ |
H A D | hist.c | 594 if (symbol_conf.show_total_period) in perf_hpp__init()
|
Completed in 26 milliseconds