cumulate_callchain  121 tools/perf/builtin-report.c 		symbol_conf.cumulate_callchain = perf_config_bool(var, value);
cumulate_callchain  166 tools/perf/builtin-report.c 	} else if (symbol_conf.cumulate_callchain) {
cumulate_callchain  283 tools/perf/builtin-report.c 	} else if (symbol_conf.cumulate_callchain) {
cumulate_callchain  368 tools/perf/builtin-report.c 	if (symbol_conf.cumulate_callchain) {
cumulate_callchain  371 tools/perf/builtin-report.c 			symbol_conf.cumulate_callchain = false;
cumulate_callchain  385 tools/perf/builtin-report.c 	if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) {
cumulate_callchain 1120 tools/perf/builtin-report.c 	OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
cumulate_callchain 1260 tools/perf/builtin-report.c 	if (symbol_conf.cumulate_callchain && !callchain_param.order_set)
cumulate_callchain 1321 tools/perf/builtin-report.c 		symbol_conf.cumulate_callchain = false;
cumulate_callchain 1338 tools/perf/builtin-report.c 		symbol_conf.cumulate_callchain = false;
cumulate_callchain 1343 tools/perf/builtin-report.c 		symbol_conf.cumulate_callchain = false;
cumulate_callchain 3242 tools/perf/builtin-script.c 	if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain) {
cumulate_callchain  822 tools/perf/builtin-top.c 		if (symbol_conf.cumulate_callchain)
cumulate_callchain 1372 tools/perf/builtin-top.c 		symbol_conf.cumulate_callchain = perf_config_bool(var, value);
cumulate_callchain 1486 tools/perf/builtin-top.c 	OPT_BOOLEAN(0, "children", &symbol_conf.cumulate_callchain,
cumulate_callchain 1581 tools/perf/builtin-top.c 		symbol_conf.cumulate_callchain = false;
cumulate_callchain 1651 tools/perf/builtin-top.c 		symbol_conf.cumulate_callchain = false;
cumulate_callchain 1655 tools/perf/builtin-top.c 	if (symbol_conf.cumulate_callchain && !callchain_param.order_set)
cumulate_callchain   94 tools/perf/tests/hists_cumulate.c 		if (symbol_conf.cumulate_callchain)
cumulate_callchain  198 tools/perf/tests/hists_cumulate.c 			symbol_conf.cumulate_callchain);
cumulate_callchain  215 tools/perf/tests/hists_cumulate.c 		if (symbol_conf.cumulate_callchain)
cumulate_callchain  282 tools/perf/tests/hists_cumulate.c 	symbol_conf.cumulate_callchain = false;
cumulate_callchain  429 tools/perf/tests/hists_cumulate.c 	symbol_conf.cumulate_callchain = false;
cumulate_callchain  487 tools/perf/tests/hists_cumulate.c 	symbol_conf.cumulate_callchain = true;
cumulate_callchain  671 tools/perf/tests/hists_cumulate.c 	symbol_conf.cumulate_callchain = true;
cumulate_callchain 1123 tools/perf/ui/browsers/hists.c 	if (symbol_conf.cumulate_callchain)
cumulate_callchain 1203 tools/perf/ui/browsers/hists.c 	if (!symbol_conf.cumulate_callchain) {				\
cumulate_callchain 2805 tools/perf/ui/browsers/hists.c 			if (symbol_conf.cumulate_callchain)
cumulate_callchain  390 tools/perf/ui/gtk/hists.c 				total = symbol_conf.cumulate_callchain ?
cumulate_callchain  487 tools/perf/ui/gtk/hists.c 				total = symbol_conf.cumulate_callchain ?
cumulate_callchain  137 tools/perf/ui/hist.c 	if (!symbol_conf.cumulate_callchain) {
cumulate_callchain  206 tools/perf/ui/hist.c 	if (symbol_conf.cumulate_callchain) {
cumulate_callchain  496 tools/perf/ui/hist.c 	if (symbol_conf.cumulate_callchain) {
cumulate_callchain  386 tools/perf/ui/stdio/hist.c 	if (symbol_conf.cumulate_callchain)
cumulate_callchain 1091 tools/perf/util/callchain.c 	if (symbol_conf.use_callchain || symbol_conf.cumulate_callchain ||
cumulate_callchain  307 tools/perf/util/hist.c 	if (symbol_conf.cumulate_callchain)
cumulate_callchain  419 tools/perf/util/hist.c 	if (symbol_conf.cumulate_callchain) {
cumulate_callchain  596 tools/perf/util/hist.c 			if (symbol_conf.cumulate_callchain)
cumulate_callchain  641 tools/perf/util/hist.c 	if (symbol_conf.cumulate_callchain)
cumulate_callchain 1536 tools/perf/util/hist.c 			if (symbol_conf.cumulate_callchain)
cumulate_callchain 1774 tools/perf/util/hist.c 			if (symbol_conf.cumulate_callchain)
cumulate_callchain 1800 tools/perf/util/hist.c 			if (symbol_conf.cumulate_callchain)
cumulate_callchain 2314 tools/perf/util/hist.c 		if (symbol_conf.cumulate_callchain)
cumulate_callchain 2804 tools/perf/util/sort.c 	if (symbol_conf.cumulate_callchain)
cumulate_callchain  189 tools/perf/util/sort.h 	if (symbol_conf.cumulate_callchain)
cumulate_callchain   57 tools/perf/util/symbol.c 	.cumulate_callchain	= true,
cumulate_callchain   25 tools/perf/util/symbol_conf.h 			cumulate_callchain,