Home
last modified time | relevance | path

Searched refs:PERF_SAMPLE_BRANCH_MAX_SHIFT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dbhrb_filter_map_test.c63 for (i = PERF_SAMPLE_BRANCH_USER_SHIFT; i < PERF_SAMPLE_BRANCH_MAX_SHIFT; i++) { in bhrb_filter_map_test()
/openbmc/linux/arch/x86/events/amd/
H A Dlbr.c223 static const int lbr_select_map[PERF_SAMPLE_BRANCH_MAX_SHIFT] = {
291 for (i = 0; i < PERF_SAMPLE_BRANCH_MAX_SHIFT; i++) { in amd_pmu_lbr_setup_filter()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h207 PERF_SAMPLE_BRANCH_MAX_SHIFT /* non-ABI */ enumerator
238 PERF_SAMPLE_BRANCH_MAX = 1U << PERF_SAMPLE_BRANCH_MAX_SHIFT,
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h207 PERF_SAMPLE_BRANCH_MAX_SHIFT /* non-ABI */ enumerator
238 PERF_SAMPLE_BRANCH_MAX = 1U << PERF_SAMPLE_BRANCH_MAX_SHIFT,
/openbmc/linux/arch/x86/events/intel/
H A Dlbr.c1023 for (i = 0; i < PERF_SAMPLE_BRANCH_MAX_SHIFT; i++) { in intel_pmu_setup_hw_lbr_filter()
1204 static const int nhm_lbr_sel_map[PERF_SAMPLE_BRANCH_MAX_SHIFT] = {
1224 static const int snb_lbr_sel_map[PERF_SAMPLE_BRANCH_MAX_SHIFT] = {
1238 static const int hsw_lbr_sel_map[PERF_SAMPLE_BRANCH_MAX_SHIFT] = {
1254 static int arch_lbr_ctl_map[PERF_SAMPLE_BRANCH_MAX_SHIFT] = {