Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dperf_event.h69 #define SAMPL_FLAGS(hwc) ((hwc)->config_base) macro
70 #define SAMPL_DIAG_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_DIAG_MODE)
71 #define SDB_FULL_BLOCKS(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_FULL_BLOCKS)
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c723 SAMPL_FLAGS(hwc) = PERF_CPUM_SF_BASIC_MODE; in __hw_perf_event_init()
733 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_DIAG_MODE; in __hw_perf_event_init()
738 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FULL_BLOCKS; in __hw_perf_event_init()
1143 unsigned long flags = SAMPL_FLAGS(&event->hw); in hw_collect_samples()