Home
last modified time | relevance | path

Searched refs:PERF_EVENT_FLAG_ARCH (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/perf/
H A Darm_pmu.h31 static_assert((PERF_EVENT_FLAG_ARCH & ARMPMU_EVT_64BIT) == ARMPMU_EVT_64BIT);
32 static_assert((PERF_EVENT_FLAG_ARCH & ARMPMU_EVT_47BIT) == ARMPMU_EVT_47BIT);
33 static_assert((PERF_EVENT_FLAG_ARCH & ARMPMU_EVT_63BIT) == ARMPMU_EVT_63BIT);
/openbmc/linux/include/linux/
H A Dperf_event.h147 #define PERF_EVENT_FLAG_ARCH 0x000fffff macro
150 static_assert((PERF_EVENT_FLAG_USER_READ_CNT & PERF_EVENT_FLAG_ARCH) == 0);
/openbmc/linux/arch/x86/events/
H A Dperf_event.h82 static_assert((PERF_X86_EVENT_##name & PERF_EVENT_FLAG_ARCH) == \
/openbmc/linux/drivers/perf/
H A Darm_spe_pmu.c49 static_assert((PERF_EVENT_FLAG_ARCH & SPE_PMU_HW_FLAGS_CX) == SPE_PMU_HW_FLAGS_CX);