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

/linux-4.4.14/arch/s390/include/asm/
H A 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.4.14/arch/s390/kernel/
H A Dperf_cpum_sf.c723 SAMPL_FLAGS(hwc) = PERF_CPUM_SF_BASIC_MODE; __hw_perf_event_init()
733 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_DIAG_MODE; __hw_perf_event_init()
738 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FULL_BLOCKS; __hw_perf_event_init()
1142 unsigned long flags = SAMPL_FLAGS(&event->hw); hw_collect_samples()

Completed in 253 milliseconds