Searched refs:cumulate_callchain (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/tools/perf/tests/ |
| D | hists_cumulate.c | 95 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/ |
| D | builtin-report.c | 82 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()
|
| D | builtin-top.c | 794 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()
|
| D | builtin-script.c | 1687 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
|
| /linux-4.4.14/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.4.14/tools/perf/util/ |
| D | sort.h | 154 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
| D | hist.c | 255 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()
|
| D | symbol.h | 97 cumulate_callchain, member
|
| D | callchain.c | 716 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
|
| D | symbol.c | 39 .cumulate_callchain = true,
|
| /linux-4.4.14/tools/perf/ui/gtk/ |
| D | hists.c | 254 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists()
|
| /linux-4.4.14/tools/perf/ui/stdio/ |
| D | hist.c | 270 symbol_conf.cumulate_callchain ? in hist_entry_callchain__fprintf()
|
| /linux-4.4.14/tools/perf/ui/browsers/ |
| D | hists.c | 717 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()
|