Searched refs:cumulate_callchain (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | hists_cumulate.c | 93 if (symbol_conf.cumulate_callchain) in add_hist_entries() 197 symbol_conf.cumulate_callchain); in do_test() 214 if (symbol_conf.cumulate_callchain) in do_test() 281 symbol_conf.cumulate_callchain = false; in test1() 428 symbol_conf.cumulate_callchain = false; in test2() 486 symbol_conf.cumulate_callchain = true; in test3() 670 symbol_conf.cumulate_callchain = true; in test4()
|
/Linux-v4.19/tools/perf/ |
D | builtin-report.c | 106 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 154 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 273 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 353 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 356 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 370 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type() 1044 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1176 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1228 symbol_conf.cumulate_callchain = false; in cmd_report() 1245 symbol_conf.cumulate_callchain = false; in cmd_report() [all …]
|
D | builtin-top.c | 786 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1225 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1329 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1413 symbol_conf.cumulate_callchain = false; in cmd_top() 1480 symbol_conf.cumulate_callchain = false; in cmd_top() 1484 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
D | builtin-script.c | 2954 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
|
/Linux-v4.19/tools/perf/ui/ |
D | hist.c | 133 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc() 202 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc() 492 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.c | 285 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 379 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 536 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 577 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1419 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 1652 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 1677 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2175 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
D | sort.h | 187 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
D | symbol.h | 105 cumulate_callchain, member
|
D | callchain.c | 1083 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
|
D | symbol.c | 45 .cumulate_callchain = true,
|
D | sort.c | 2700 if (symbol_conf.cumulate_callchain) in setup_overhead()
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | hists.c | 388 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists() 485 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
|
/Linux-v4.19/tools/perf/ui/stdio/ |
D | hist.c | 379 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | hists.c | 1107 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1187 if (!symbol_conf.cumulate_callchain) { \ 2681 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|