Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dperf_event.h63 #define PERF_CPUM_SF_FREQ_MODE 0x0008 /* Sampling with frequency */ macro
73 #define SAMPLE_FREQ_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_FREQ_MODE)
/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c792 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FREQ_MODE; in __hw_perf_event_init_rate()