PERF_SAMPLE_BRANCH_CALL_STACK  542 arch/x86/events/core.c 	if (event->attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK)
PERF_SAMPLE_BRANCH_CALL_STACK  725 arch/x86/events/intel/lbr.c 	if (br_type & PERF_SAMPLE_BRANCH_CALL_STACK) {
PERF_SAMPLE_BRANCH_CALL_STACK  713 tools/perf/util/evsel.c 							PERF_SAMPLE_BRANCH_CALL_STACK |
PERF_SAMPLE_BRANCH_CALL_STACK  766 tools/perf/util/evsel.c 					      PERF_SAMPLE_BRANCH_CALL_STACK);
PERF_SAMPLE_BRANCH_CALL_STACK  382 tools/perf/util/evsel.h 	return evsel->core.attr.branch_sample_type & PERF_SAMPLE_BRANCH_CALL_STACK;
PERF_SAMPLE_BRANCH_CALL_STACK   34 tools/perf/util/parse-branch-options.c 	BRANCH_OPT("stack", PERF_SAMPLE_BRANCH_CALL_STACK),