Searched refs:cumulate_callchain (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ |
| D | hists_cumulate.c | 94 if (symbol_conf.cumulate_callchain) in add_hist_entries() 198 symbol_conf.cumulate_callchain); in do_test() 215 if (symbol_conf.cumulate_callchain) in do_test() 282 symbol_conf.cumulate_callchain = false; in test1() 429 symbol_conf.cumulate_callchain = false; in test2() 487 symbol_conf.cumulate_callchain = true; in test3() 671 symbol_conf.cumulate_callchain = true; in test4()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-report.c | 121 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in report__config() 166 } else if (symbol_conf.cumulate_callchain) { in hist_iter__report_callback() 284 } else if (symbol_conf.cumulate_callchain) { in process_sample_event() 369 if (symbol_conf.cumulate_callchain) { in report__setup_sample_type() 372 symbol_conf.cumulate_callchain = false; in report__setup_sample_type() 386 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in report__setup_sample_type() 1113 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_report() 1253 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_report() 1314 symbol_conf.cumulate_callchain = false; in cmd_report() 1331 symbol_conf.cumulate_callchain = false; in cmd_report() [all …]
|
| D | builtin-top.c | 822 if (symbol_conf.cumulate_callchain) in perf_event__process_sample() 1372 symbol_conf.cumulate_callchain = perf_config_bool(var, value); in perf_top_config() 1486 OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain, in cmd_top() 1581 symbol_conf.cumulate_callchain = false; in cmd_top() 1651 symbol_conf.cumulate_callchain = false; in cmd_top() 1655 if (symbol_conf.cumulate_callchain && !callchain_param.order_set) in cmd_top()
|
| D | builtin-script.c | 3242 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) { in script__setup_sample_type()
|
| /Linux-v5.4/tools/perf/util/ |
| D | symbol_conf.h | 25 cumulate_callchain, member
|
| D | sort.h | 189 if (symbol_conf.cumulate_callchain) in hist_entry__get_percent_limit()
|
| D | hist.c | 307 if (symbol_conf.cumulate_callchain) in hists__decay_entry() 419 if (symbol_conf.cumulate_callchain) { in hist_entry__init() 596 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 641 if (symbol_conf.cumulate_callchain) in hists__findnew_entry() 1536 if (symbol_conf.cumulate_callchain) in hists__collapse_insert_entry() 1774 if (symbol_conf.cumulate_callchain) in hists__hierarchy_output_resort() 1800 if (symbol_conf.cumulate_callchain) in __hists__insert_output_entry() 2314 if (symbol_conf.cumulate_callchain) in hists__add_dummy_entry()
|
| D | callchain.c | 1091 if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain || in sample__resolve_callchain()
|
| D | symbol.c | 57 .cumulate_callchain = true,
|
| D | sort.c | 2804 if (symbol_conf.cumulate_callchain) in setup_overhead()
|
| /Linux-v5.4/tools/perf/ui/ |
| D | hist.c | 137 if (!symbol_conf.cumulate_callchain) { in hpp__fmt_acc() 206 if (symbol_conf.cumulate_callchain) { in __hpp__sort_acc() 496 if (symbol_conf.cumulate_callchain) { in perf_hpp__init()
|
| /Linux-v5.4/tools/perf/ui/gtk/ |
| D | hists.c | 390 total = symbol_conf.cumulate_callchain ? in perf_gtk__show_hists() 487 total = symbol_conf.cumulate_callchain ? in perf_gtk__add_hierarchy_entries()
|
| /Linux-v5.4/tools/perf/ui/stdio/ |
| D | hist.c | 386 if (symbol_conf.cumulate_callchain) in hist_entry_callchain__fprintf()
|
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | hists.c | 1123 if (symbol_conf.cumulate_callchain) in hist_browser__show_callchain() 1203 if (!symbol_conf.cumulate_callchain) { \ 2805 if (symbol_conf.cumulate_callchain) in hist_browser__update_percent_limit()
|