Home
last modified time | relevance | path

Searched refs:cumulate_callchain (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/tools/perf/tests/
H A Dhists_cumulate.c95 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()
/linux-6.15/tools/perf/
H A Dbuiltin-report.c142 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()
1367 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1559 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report()
1654 symbol_conf.cumulate_callchain = false; in cmd_report()
1671 symbol_conf.cumulate_callchain = false; in cmd_report()
1723 symbol_conf.cumulate_callchain = false; in cmd_report()
H A Dbuiltin-top.c838 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1417 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1536 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1695 symbol_conf.cumulate_callchain = false; in cmd_top()
1792 symbol_conf.cumulate_callchain = false; in cmd_top()
1796 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
/linux-6.15/tools/perf/util/
H A Dsymbol_conf.h26 cumulate_callchain, member
H A Dhist.c350 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
466 if (symbol_conf.cumulate_callchain) { in hist_entry__init()
648 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
694 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
1696 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
1930 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort()
1956 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry()
2505 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
H A Dhist.h429 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
H A Dcallchain.c1121 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()
H A Dsort.c3841 if (symbol_conf.cumulate_callchain) { in setup_overhead()
3850 if (symbol_conf.cumulate_callchain) { in setup_overhead()
H A Dsymbol.c59 .cumulate_callchain = true,
/linux-6.15/tools/perf/ui/
H A Dhist.c145 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc()
277 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc()
642 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
/linux-6.15/tools/perf/ui/gtk/
H A Dhists.c390 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
487 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
/linux-6.15/tools/perf/ui/stdio/
H A Dhist.c391 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c1175 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1255 if (!symbol_conf.cumulate_callchain) { \
2957 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()