Searched refs:ARMV6_PMCR_ENABLE (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/arch/arm/kernel/ | ||
H A D | perf_event_v6.c | 184 #define ARMV6_PMCR_ENABLE (1 << 0) macro 363 val |= ARMV6_PMCR_ENABLE; armv6pmu_start() 375 val &= ~ARMV6_PMCR_ENABLE; armv6pmu_stop() |
Completed in 31 milliseconds