Searched refs:cumulate_callchain (Results 1 – 14 of 14) sorted by relevance
/tools/perf/tests/ |
D | hists_cumulate.c | 94 if (symbol_conf.cumulate_callchain) in add_hist_entries() 198 symbol_conf.cumulate_callchain); in do_test() 215 if (symbol_conf.cumulate_callchain) in do_test() 282 symbol_conf.cumulate_callchain = false; in test1() 429 symbol_conf.cumulate_callchain = false; in test2() 487 symbol_conf.cumulate_callchain = true; in test3() 671 symbol_conf.cumulate_callchain = true; in test4()
|
/tools/perf/util/ |
D | symbol_conf.h | 25 cumulate_callchain, member
|
D | sort.h | 199 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
D | hist.c | 326 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 438 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 614 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 659 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1589 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 1827 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 1853 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2372 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
D | callchain.c | 1090 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain() 1605 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in callchain_param_setup()
|
D | symbol.c | 57 .cumulate_callchain = true,
|
D | sort.c | 3005 if (symbol_conf.cumulate_callchain) in setup_overhead()
|
/tools/perf/ |
D | builtin-report.c | 128 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 178 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 300 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 389 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 392 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 1246 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1413 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1482 symbol_conf.cumulate_callchain = false; in cmd_report() 1499 symbol_conf.cumulate_callchain = false; in cmd_report() 1504 symbol_conf.cumulate_callchain = false; in cmd_report()
|
D | builtin-top.c | 835 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1393 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1506 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1637 symbol_conf.cumulate_callchain = false; in cmd_top() 1717 symbol_conf.cumulate_callchain = false; in cmd_top() 1721 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
D | builtin-script.c | 3462 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
|
/tools/perf/ui/ |
D | hist.c | 137 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc() 269 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc() 571 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
|
/tools/perf/ui/gtk/ |
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/stdio/ |
D | hist.c | 387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
/tools/perf/ui/browsers/ |
D | hists.c | 1174 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1254 if (!symbol_conf.cumulate_callchain) { \ 2922 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|