Symbol: PERF_SAMPLE_BRANCH_ANY
arch/powerpc/perf/power10-pmu.c
314
if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
arch/powerpc/perf/power8-pmu.c
229
if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
arch/powerpc/perf/power9-pmu.c
300
if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
arch/x86/events/amd/brs.c
90
if ((type & ~PERF_SAMPLE_BRANCH_PLM_ALL) != PERF_SAMPLE_BRANCH_ANY)
arch/x86/events/amd/lbr.c
268
if (br_type & PERF_SAMPLE_BRANCH_ANY)
arch/x86/events/core.c
543
if (!(m & PERF_SAMPLE_BRANCH_ANY))
arch/x86/events/core.c
621
*br_type = PERF_SAMPLE_BRANCH_ANY;
arch/x86/events/intel/lbr.c
1050
if (br_type & PERF_SAMPLE_BRANCH_ANY)
drivers/perf/arm_brbe.c
300
#define BRBE_ALLOWED_BRANCH_TYPES (PERF_SAMPLE_BRANCH_ANY | \
drivers/perf/arm_brbe.c
339
if (branch_type & PERF_SAMPLE_BRANCH_ANY) {
drivers/perf/arm_brbe.c
416
if (branch_type & PERF_SAMPLE_BRANCH_ANY) {
drivers/perf/arm_brbe.c
669
if (branch_sample & PERF_SAMPLE_BRANCH_ANY) {
tools/perf/builtin-report.c
455
if (!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY))
tools/perf/builtin-script.c
1508
if ((attr->branch_sample_type == 0 || attr->branch_sample_type & PERF_SAMPLE_BRANCH_ANY)
tools/perf/builtin-script.c
537
!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) {
tools/perf/builtin-top.c
1756
opts->branch_stack = PERF_SAMPLE_BRANCH_ANY;
tools/perf/builtin-top.c
740
!(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY),
tools/perf/util/parse-branch-options.c
23
BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
tools/perf/util/parse-branch-options.c
56
*mode = PERF_SAMPLE_BRANCH_ANY;
tools/perf/util/parse-branch-options.c
91
*mode = PERF_SAMPLE_BRANCH_ANY;
tools/testing/selftests/bpf/prog_tests/get_branch_snapshot.c
44
PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY;
tools/testing/selftests/bpf/prog_tests/perf_branches.c
127
attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY;
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_filter_map_test.c
108
event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY | PERF_SAMPLE_BRANCH_ANY_CALL;
tools/testing/selftests/powerpc/pmu/sampling_tests/bhrb_filter_map_test.c
29
PERF_SAMPLE_BRANCH_ANY,
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_any_test.c
37
event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY;
tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_bhrb_disable_test.c
38
event.attr.branch_sample_type = PERF_SAMPLE_BRANCH_ANY;