Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_cumulate.c95 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()
/linux/tools/perf/util/
H A Dsymbol_conf.h24 cumulate_callchain, member
H A Dcallchain.c1125 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
1678 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in callchain_param_setup()
/linux/tools/perf/
H A Dbuiltin-top.c838 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1413 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1532 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1691 symbol_conf.cumulate_callchain = false; in cmd_top()
1788 symbol_conf.cumulate_callchain = false; in cmd_top()
1792 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
/linux/tools/perf/ui/
H A Dhist.c144 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc()
276 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc()
624 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
/linux/tools/perf/ui/gtk/
H 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/
H A Dhist.c387 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
/linux/tools/perf/ui/browsers/
H A Dhists.c1175 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain()
1255 if (!symbol_conf.cumulate_callchain) { \
2950 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()