Searched refs:cumulate_callchain (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | hists_cumulate.c | 95 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()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-report.c | 137 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 192 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 316 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 405 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 408 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 1288 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1473 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1542 symbol_conf.cumulate_callchain = false; in cmd_report() 1559 symbol_conf.cumulate_callchain = false; in cmd_report() 1564 symbol_conf.cumulate_callchain = false; in cmd_report()
|
H A D | builtin-top.c | 838 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1406 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1523 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1682 symbol_conf.cumulate_callchain = false; in cmd_top() 1779 symbol_conf.cumulate_callchain = false; in cmd_top() 1783 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
/openbmc/linux/tools/perf/util/ |
H A D | symbol_conf.h | 24 cumulate_callchain, member
|
H A D | hist.c | 332 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 444 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 621 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 673 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1626 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 1868 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 1894 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2418 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
H A D | sort.h | 201 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
H A D | callchain.c | 1110 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain() 1662 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in callchain_param_setup()
|
H A D | symbol.c | 57 .cumulate_callchain = true,
|
H A D | sort.c | 3399 if (symbol_conf.cumulate_callchain) in setup_overhead()
|
/openbmc/linux/tools/perf/ui/ |
H A D | hist.c | 138 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc() 270 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc() 574 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | hists.c | 390 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists() 487 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
|
/openbmc/linux/tools/perf/ui/stdio/ |
H A D | hist.c | 387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 1174 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1254 if (!symbol_conf.cumulate_callchain) { \ 2923 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|