Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A 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/tools/perf/
A 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()
388 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
391 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
1232 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
1390 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report()
1459 symbol_conf.cumulate_callchain = false; in cmd_report()
1476 symbol_conf.cumulate_callchain = false; in cmd_report()
1481 symbol_conf.cumulate_callchain = false; in cmd_report()
A 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()
1641 symbol_conf.cumulate_callchain = false; in cmd_top()
1721 symbol_conf.cumulate_callchain = false; in cmd_top()
1725 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
A Dbuiltin-script.c3469 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
/linux/tools/perf/util/
A Dsymbol_conf.h25 cumulate_callchain, member
A 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()
A Dsort.h199 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
A 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()
A Dsymbol.c57 .cumulate_callchain = true,
A Dsort.c3006 if (symbol_conf.cumulate_callchain) in setup_overhead()
/linux/tools/perf/ui/
A 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()
/linux/tools/perf/ui/gtk/
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/tools/perf/ui/stdio/
A Dhist.c387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/linux/tools/perf/ui/browsers/
A Dhists.c1184 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 52 milliseconds