Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dhists_cumulate.c95 if (symbol_conf.cumulate_callchain) in add_hist_entries()
199 symbol_conf.cumulate_callchain); in do_test()
216 if (symbol_conf.cumulate_callchain) in do_test()
281 symbol_conf.cumulate_callchain = false; in test1()
428 symbol_conf.cumulate_callchain = false; in test2()
486 symbol_conf.cumulate_callchain = true; in test3()
670 symbol_conf.cumulate_callchain = true; in test4()
/linux-4.4.14/tools/perf/
Dbuiltin-report.c82 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config()
126 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback()
176 } else if (symbol_conf.cumulate_callchain) { in process_sample_event()
256 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type()
259 symbol_conf.cumulate_callchain = false; in report__setup_sample_type()
273 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type()
714 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report()
820 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report()
865 symbol_conf.cumulate_callchain = false; in cmd_report()
882 symbol_conf.cumulate_callchain = false; in cmd_report()
Dbuiltin-top.c794 if (symbol_conf.cumulate_callchain) in perf_event__process_sample()
1079 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config()
1179 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top()
1304 symbol_conf.cumulate_callchain = false; in cmd_top()
1308 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
Dbuiltin-script.c1687 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
/linux-4.4.14/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.4.14/tools/perf/util/
Dsort.h154 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
Dhist.c255 if (symbol_conf.cumulate_callchain) in hists__decay_entry()
328 if (symbol_conf.cumulate_callchain) { in hist_entry__new()
413 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
452 if (symbol_conf.cumulate_callchain) in hists__findnew_entry()
1002 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry()
Dsymbol.h97 cumulate_callchain, member
Dcallchain.c716 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
Dsymbol.c39 .cumulate_callchain = true,
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c254 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c270 symbol_conf.cumulate_callchain ? in hist_entry_callchain__fprintf()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c717 if (!symbol_conf.cumulate_callchain) { \
844 if (symbol_conf.cumulate_callchain) in hist_browser__show_entry()
1126 if (symbol_conf.cumulate_callchain) in hist_browser__fprintf_callchain()