Searched refs:show_total_period (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | annotate.h | 77 show_total_period, member 294 return (notes->options->show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
|
D | annotate.c | 1392 if (symbol_conf.show_total_period) in annotation_line__print() 1409 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print() 2066 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf() 2089 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf() 2592 if (notes->options->show_total_period) { in __annotation_line__write() 2608 notes->options->show_total_period ? "Period" : in __annotation_line__write() 2782 ANNOTATION__CFG(show_total_period), 2827 annotation__default_options.show_total_period = symbol_conf.show_total_period; in annotation_config__init()
|
D | symbol.h | 103 show_total_period, member
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | annotate.c | 827 if (notes->options->show_total_period) { in annotate_browser__run() 828 notes->options->show_total_period = false; in annotate_browser__run() 833 notes->options->show_total_period = true; in annotate_browser__run()
|
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 538 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
|
D | builtin-report.c | 1088 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
|
D | builtin-top.c | 1337 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 512 if (symbol_conf.show_total_period) in perf_hpp__init()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-config.txt | 324 annotate.show_total_period::
|