Searched refs:cumulate_callchain (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A 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()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-report.c | 138 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 188 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 310 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 399 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 402 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 1279 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1437 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1506 symbol_conf.cumulate_callchain = false; in cmd_report() 1523 symbol_conf.cumulate_callchain = false; in cmd_report() 1528 symbol_conf.cumulate_callchain = false; in cmd_report()
|
A D | builtin-top.c | 835 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1392 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1505 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1640 symbol_conf.cumulate_callchain = false; in cmd_top() 1723 symbol_conf.cumulate_callchain = false; in cmd_top() 1727 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol_conf.h | 25 cumulate_callchain, member
|
A D | hist.c | 331 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 443 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 619 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 664 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1594 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 1832 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 1858 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2382 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
A D | sort.h | 199 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
A D | callchain.c | 1096 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain() 1603 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in callchain_param_setup()
|
A D | symbol.c | 57 .cumulate_callchain = true,
|
A D | sort.c | 3355 if (symbol_conf.cumulate_callchain) in setup_overhead()
|
/linux-6.3-rc2/tools/perf/ui/ |
A 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()
|
/linux-6.3-rc2/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()
|
/linux-6.3-rc2/tools/perf/ui/stdio/ |
A D | hist.c | 387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | hists.c | 1184 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1264 if (!symbol_conf.cumulate_callchain) { \ 2932 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|
Completed in 42 milliseconds