Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dperf_event.h71 #define SAMPL_FLAGS(hwc) ((hwc)->config_base) macro
72 #define SAMPL_DIAG_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_DIAG_MODE)
73 #define SAMPLE_FREQ_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_FREQ_MODE)
/Linux-v6.6/arch/s390/kernel/
Dperf_cpum_sf.c792 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FREQ_MODE; in __hw_perf_event_init_rate()
867 SAMPL_FLAGS(hwc) = PERF_CPUM_SF_BASIC_MODE; in __hw_perf_event_init()
877 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_DIAG_MODE; in __hw_perf_event_init()