Home
last modified time | relevance | path

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

/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()
/tools/perf/util/
Dsymbol_conf.h25 cumulate_callchain, member
Dsort.h199 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
Dhist.c326 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()
Dcallchain.c1090 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()
Dsymbol.c57 .cumulate_callchain = true,
Dsort.c3005 if (symbol_conf.cumulate_callchain) in setup_overhead()
/tools/perf/
Dbuiltin-report.c128 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()
Dbuiltin-top.c835 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()
Dbuiltin-script.c3462 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
/tools/perf/ui/
Dhist.c137 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/
Dhists.c390 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/
Dhist.c387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/tools/perf/ui/browsers/
Dhists.c1174 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()