Symbol: PERF_SAMPLE_BRANCH_STACK
arch/powerpc/perf/core-book3s.c
2329
if (event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK) {
arch/x86/events/intel/core.c
5881
x86_pmu.large_pebs_flags |= PERF_SAMPLE_BRANCH_STACK;
arch/x86/events/intel/ds.c
1745
if (sample_type & PERF_SAMPLE_BRANCH_STACK) {
arch/x86/events/intel/ds.c
3397
PERF_SAMPLE_BRANCH_STACK |
arch/x86/kvm/vmx/pmu_intel.c
258
.sample_type = PERF_SAMPLE_BRANCH_STACK,
include/linux/perf_event.h
1423
return event->attr.sample_type & PERF_SAMPLE_BRANCH_STACK;
include/linux/perf_event.h
1435
if (WARN_ON_ONCE(data->sample_flags & PERF_SAMPLE_BRANCH_STACK))
include/linux/perf_event.h
1456
data->sample_flags |= PERF_SAMPLE_BRANCH_STACK;
kernel/events/core.c
13542
if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK) {
kernel/events/core.c
8262
if (sample_type & PERF_SAMPLE_BRANCH_STACK) {
kernel/events/core.c
8580
if (filtered_sample_type & PERF_SAMPLE_BRANCH_STACK) {
kernel/events/core.c
8583
data->sample_flags |= PERF_SAMPLE_BRANCH_STACK;
kernel/trace/bpf_trace.c
1514
if (unlikely(!(ctx->data->sample_flags & PERF_SAMPLE_BRANCH_STACK)))
tools/perf/builtin-c2c.c
2926
} else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
tools/perf/builtin-report.c
387
sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/perf/builtin-report.c
423
!(sample_type & PERF_SAMPLE_BRANCH_STACK)) {
tools/perf/builtin-script.c
2869
sample_type & PERF_SAMPLE_BRANCH_STACK ||
tools/perf/tests/sample-parsing.c
115
if (type & PERF_SAMPLE_BRANCH_STACK) {
tools/perf/tests/sample-parsing.c
298
if (sample_type & PERF_SAMPLE_BRANCH_STACK)
tools/perf/tests/sample-parsing.c
360
if (sample_type == PERF_SAMPLE_BRANCH_STACK) {
tools/perf/ui/browsers/scripts.c
41
if (attr->sample_type & PERF_SAMPLE_BRANCH_STACK)
tools/perf/util/arm-spe.c
1805
attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/perf/util/callchain.c
1691
} else if (sample_type & PERF_SAMPLE_BRANCH_STACK)
tools/perf/util/cs-etm.c
1744
attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/perf/util/evsel.c
2471
.sample_type = PERF_SAMPLE_BRANCH_STACK,
tools/perf/util/evsel.c
3421
if (type & PERF_SAMPLE_BRANCH_STACK) {
tools/perf/util/evsel.c
4042
if (evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK)
tools/perf/util/evsel.h
537
return evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK ||
tools/perf/util/evsel.h
538
evsel->synth_sample_type & PERF_SAMPLE_BRANCH_STACK;
tools/perf/util/header.c
2074
if ((attr->sample_type & PERF_SAMPLE_BRANCH_STACK) &&
tools/perf/util/intel-pt.c
1264
if (!(evsel->core.attr.sample_type & PERF_SAMPLE_BRANCH_STACK))
tools/perf/util/intel-pt.c
1265
evsel->synth_sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/perf/util/intel-pt.c
2489
if (sample_type & PERF_SAMPLE_BRANCH_STACK) {
tools/perf/util/intel-pt.c
4009
attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/perf/util/synthetic-events.c
1516
if (type & PERF_SAMPLE_BRANCH_STACK) {
tools/perf/util/synthetic-events.c
1720
if (type & PERF_SAMPLE_BRANCH_STACK) {
tools/testing/selftests/bpf/prog_tests/get_branch_snapshot.c
42
attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/bpf/prog_tests/get_stackid_cannot_attach.c
13
.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK,
tools/testing/selftests/bpf/prog_tests/perf_branches.c
126
attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/bpf/prog_tests/perf_event_stackmap.c
60
.sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_BRANCH_STACK |
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_filter_map_test.c
59
event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_no_crash_wo_pmu_test.c
41
event.attr.sample_type = PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
281
if ((type ^ (PERF_SAMPLE_REGS_INTR | PERF_SAMPLE_BRANCH_STACK)) &&
tools/testing/selftests/powerpc/pmu/sampling_tests/misc.c
289
if (type & PERF_SAMPLE_BRANCH_STACK) {
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c
36
event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_cond_test.c
40
event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c
37
event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_ind_call_test.c
40
event.attr.sample_type |= PERF_SAMPLE_BRANCH_STACK;