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

/linux-master/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);
/linux-master/include/linux/
H A Dperf_event.h144 * PERF_EVENT_FLAG_ARCH bits are reserved for architecture-specific
147 #define PERF_EVENT_FLAG_ARCH 0x000fffff macro
150 static_assert((PERF_EVENT_FLAG_USER_READ_CNT & PERF_EVENT_FLAG_ARCH) == 0);
/linux-master/arch/x86/events/
H A Dperf_event.h82 static_assert((PERF_X86_EVENT_##name & PERF_EVENT_FLAG_ARCH) == \
/linux-master/drivers/perf/
H A Darm_spe_pmu.c49 static_assert((PERF_EVENT_FLAG_ARCH & SPE_PMU_HW_FLAGS_CX) == SPE_PMU_HW_FLAGS_CX);

Completed in 198 milliseconds