Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dparse-branch-options.c23 BRANCH_OPT("any", PERF_SAMPLE_BRANCH_ANY),
51 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
86 *mode = PERF_SAMPLE_BRANCH_ANY; in parse_branch_str()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dperf_branches.c115 attr.branch_sample_type = PERF_SAMPLE_BRANCH_USER | PERF_SAMPLE_BRANCH_ANY; in test_perf_branches_hw()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dpower8-pmu.c219 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power8_bhrb_filter_map()
H A Dpower10-pmu.c235 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power10_bhrb_filter_map()
H A Dpower9-pmu.c278 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY) in power9_bhrb_filter_map()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h195 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h191 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h191 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h195 PERF_SAMPLE_BRANCH_ANY = 1U << PERF_SAMPLE_BRANCH_ANY_SHIFT, enumerator
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c500 if (!(m & PERF_SAMPLE_BRANCH_ANY)) in precise_br_compat()
569 *br_type = PERF_SAMPLE_BRANCH_ANY; in x86_pmu_hw_config()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c1038 if (br_type & PERF_SAMPLE_BRANCH_ANY) in intel_pmu_setup_sw_lbr_filter()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c738 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
H A Dbuiltin-report.c427 if (!(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) in report__setup_sample_type()
H A Dbuiltin-script.c473 !(evlist__combined_branch_type(session->evlist) & PERF_SAMPLE_BRANCH_ANY)) { in evsel__check_attr()