Home
last modified time | relevance | path

Searched refs:show_total_period (Results 1 – 9 of 9) sorted by relevance

/tools/perf/util/
Dsymbol_conf.h23 show_total_period, member
Dannotate.h312 return (symbol_conf.show_total_period ? 12 : 7) * notes->nr_events; in annotation__pcnt_width()
Dannotate.c1416 if (symbol_conf.show_total_period) in annotation_line__print()
1446 int width = symbol_conf.show_total_period ? 12 : 8; in annotation_line__print()
2390 int width = symbol_conf.show_total_period ? 12 : 8; in symbol__annotate_printf()
2413 width, width, symbol_conf.show_total_period ? "Period" : in symbol__annotate_printf()
2965 if (symbol_conf.show_total_period) { in __annotation_line__write()
2981 symbol_conf.show_total_period ? "Period" : in __annotation_line__write()
3170 symbol_conf.show_total_period = perf_config_bool("show_total_period", in annotation__config()
/tools/perf/ui/browsers/
Dannotate.c893 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()
/tools/perf/
Dbuiltin-annotate.c546 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_annotate()
Dbuiltin-report.c1295 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_report()
Dbuiltin-top.c1514 OPT_BOOLEAN(0, "show-total-period", &symbol_conf.show_total_period, in cmd_top()
/tools/perf/ui/
Dhist.c591 if (symbol_conf.show_total_period) in perf_hpp__init()
/tools/perf/Documentation/
Dperf-config.txt360 annotate.show_total_period::