Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/tests/
Dhists_cumulate.c94 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-v5.4/tools/perf/
Dbuiltin-report.c121 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
166 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback()
284 } else if (symbol_conf.cumulate_callchain) { in process_sample_event()
369 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
372 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
386 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type()
1113 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1253 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report()
1314 symbol_conf.cumulate_callchain = false; in cmd_report()
1331 symbol_conf.cumulate_callchain = false; in cmd_report()
[all …]
Dbuiltin-top.c822 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1372 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1486 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1581 symbol_conf.cumulate_callchain = false; in cmd_top()
1651 symbol_conf.cumulate_callchain = false; in cmd_top()
1655 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
Dbuiltin-script.c3242 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
/Linux-v5.4/tools/perf/util/
Dsymbol_conf.h25 cumulate_callchain, member
Dsort.h189 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
Dhist.c307 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
419 if (symbol_conf.cumulate_callchain) { in hist_entry__init()
596 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
641 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
1536 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
1774 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort()
1800 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry()
2314 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
Dcallchain.c1091 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
Dsymbol.c57 .cumulate_callchain = true,
Dsort.c2804 if (symbol_conf.cumulate_callchain) in setup_overhead()
/Linux-v5.4/tools/perf/ui/
Dhist.c137 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc()
206 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc()
496 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
/Linux-v5.4/tools/perf/ui/gtk/
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-v5.4/tools/perf/ui/stdio/
Dhist.c386 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/Linux-v5.4/tools/perf/ui/browsers/
Dhists.c1123 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1203 if (!symbol_conf.cumulate_callchain) { \
2805 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()