Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dperf_event.h62 #define PERF_CPUM_SF_FULL_BLOCKS 0x0004 /* Process full SDBs only */ macro
73 #define SDB_FULL_BLOCKS(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_FULL_BLOCKS)
/arch/s390/kernel/
Dperf_cpum_sf.c840 if (attr->config1 & PERF_CPUM_SF_FULL_BLOCKS) in __hw_perf_event_init()
841 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FULL_BLOCKS; in __hw_perf_event_init()