Home
last modified time | relevance | path

Searched refs:PMU_F_ENABLED (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/include/asm/
H A Dperf_event.h19 #define PMU_F_ENABLED 0x2000 macro
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c936 cpuhw->flags |= PMU_F_ENABLED; in cpumsf_pmu_enable()
946 if (!(cpuhw->flags & PMU_F_ENABLED)) in cpumsf_pmu_disable()
976 cpuhw->flags &= ~PMU_F_ENABLED; in cpumsf_pmu_disable()