Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dhists_cumulate.c93 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/
Dbuiltin-report.c106 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 …]
Dbuiltin-top.c786 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()
Dbuiltin-script.c2954 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
/Linux-v4.19/tools/perf/ui/
Dhist.c133 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/
Dhist.c285 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()
Dsort.h187 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
Dsymbol.h105 cumulate_callchain, member
Dcallchain.c1083 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
Dsymbol.c45 .cumulate_callchain = true,
Dsort.c2700 if (symbol_conf.cumulate_callchain) in setup_overhead()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c388 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/
Dhist.c379 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c1107 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()