Searched refs:cumulate_callchain (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | hists_cumulate.c | 93 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/ |
D | builtin-report.c | 78 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()
|
D | builtin-top.c | 781 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/ |
D | hist.c | 130 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/ |
D | sort.h | 143 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
D | hist.c | 235 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()
|
D | symbol.h | 96 cumulate_callchain, member
|
D | callchain.c | 767 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
|
D | symbol.c | 39 .cumulate_callchain = true,
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | hists.c | 254 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 270 symbol_conf.cumulate_callchain ? in hist_entry_callchain__fprintf()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 698 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()
|