Searched refs:cumulate_callchain (Results 1 – 13 of 13) sorted by relevance
| /tools/perf/tests/ |
| A D | hists_cumulate.c | 95 if (symbol_conf.cumulate_callchain) in add_hist_entries() 211 symbol_conf.cumulate_callchain); in do_test() 228 if (symbol_conf.cumulate_callchain) in do_test() 295 symbol_conf.cumulate_callchain = false; in test1() 442 symbol_conf.cumulate_callchain = false; in test2() 500 symbol_conf.cumulate_callchain = true; in test3() 684 symbol_conf.cumulate_callchain = true; in test4()
|
| /tools/perf/util/ |
| A D | symbol_conf.h | 26 cumulate_callchain, member
|
| A D | hist.c | 413 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 530 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 712 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 758 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1771 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 2006 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 2032 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2581 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
| A D | hist.h | 443 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
| A D | callchain.c | 1121 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain() 1674 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in callchain_param_setup()
|
| A D | sort.c | 3924 if (symbol_conf.cumulate_callchain) { in setup_overhead() 3933 if (symbol_conf.cumulate_callchain) { in setup_overhead()
|
| A D | symbol.c | 65 .cumulate_callchain = true,
|
| /tools/perf/ |
| A D | builtin-report.c | 142 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 197 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 321 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 412 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 415 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 1381 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1573 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1668 symbol_conf.cumulate_callchain = false; in cmd_report() 1685 symbol_conf.cumulate_callchain = false; in cmd_report() 1733 symbol_conf.cumulate_callchain = false; in cmd_report()
|
| A D | builtin-top.c | 840 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1423 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1542 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1712 symbol_conf.cumulate_callchain = false; in cmd_top() 1829 symbol_conf.cumulate_callchain = false; in cmd_top() 1833 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
| /tools/perf/ui/gtk/ |
| A D | hists.c | 390 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists() 487 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
|
| /tools/perf/ui/ |
| A D | hist.c | 147 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc() 321 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc() 848 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
|
| /tools/perf/ui/stdio/ |
| A D | hist.c | 391 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 1175 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1255 if (!symbol_conf.cumulate_callchain) { \ 2981 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|
Completed in 51 milliseconds