Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_ANY_RETURN (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dparse-branch-options.c25 BRANCH_OPT("any_ret", PERF_SAMPLE_BRANCH_ANY_RETURN),
/openbmc/linux/arch/powerpc/perf/
H A Dpower8-pmu.c233 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power8_bhrb_filter_map()
H A Dpower9-pmu.c304 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power9_bhrb_filter_map()
H A Dpower10-pmu.c318 if (branch_sample_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in power10_bhrb_filter_map()
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c270 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h217 PERF_SAMPLE_BRANCH_ANY_RETURN = 1U << PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h217 PERF_SAMPLE_BRANCH_ANY_RETURN = 1U << PERF_SAMPLE_BRANCH_ANY_RETURN_SHIFT, enumerator
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c967 if (br_type & PERF_SAMPLE_BRANCH_ANY_RETURN) in intel_pmu_setup_sw_lbr_filter()