Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dhists_cumulate.c93 if (symbol_conf.cumulate_callchain) in add_hist_entries()
195 symbol_conf.cumulate_callchain); in do_test()
212 if (symbol_conf.cumulate_callchain) in do_test()
277 symbol_conf.cumulate_callchain = false; in test1()
423 symbol_conf.cumulate_callchain = false; in test2()
480 symbol_conf.cumulate_callchain = true; in test3()
663 symbol_conf.cumulate_callchain = true; in test4()
/linux-4.1.27/tools/perf/
Dbuiltin-report.c78 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
119 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback()
161 else if (symbol_conf.cumulate_callchain) in process_sample_event()
231 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
234 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
248 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type()
657 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
777 symbol_conf.cumulate_callchain = false; in cmd_report()
794 symbol_conf.cumulate_callchain = false; in cmd_report()
Dbuiltin-top.c781 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1032 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1128 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1245 symbol_conf.cumulate_callchain = false; in cmd_top()
/linux-4.1.27/tools/perf/ui/
Dhist.c130 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc()
199 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc()
465 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
493 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
/linux-4.1.27/tools/perf/util/
Dsort.h143 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
Dhist.c235 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
308 if (symbol_conf.cumulate_callchain) { in hist_entry__new()
397 if (symbol_conf.cumulate_callchain) in add_hist_entry()
437 if (symbol_conf.cumulate_callchain) in add_hist_entry()
972 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
Dsymbol.h96 cumulate_callchain, member
Dcallchain.c767 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
Dsymbol.c39 .cumulate_callchain = true,
/linux-4.1.27/tools/perf/ui/gtk/
Dhists.c254 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c270 symbol_conf.cumulate_callchain ? in hist_entry_callchain__fprintf()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c698 if (!symbol_conf.cumulate_callchain) { \
823 if (symbol_conf.cumulate_callchain) in hist_browser__show_entry()
1098 if (symbol_conf.cumulate_callchain) in hist_browser__fprintf_callchain()