Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/include/asm/
Dperf_event.h63 #define PERF_CPUM_SF_FULL_BLOCKS 0x0004 /* Process full SDBs only */ macro
74 #define SDB_FULL_BLOCKS(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_FULL_BLOCKS)
/linux-5.19.10/arch/s390/kernel/
Dperf_cpum_sf.c838 if (attr->config1 & PERF_CPUM_SF_FULL_BLOCKS) in __hw_perf_event_init()
839 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_FULL_BLOCKS; in __hw_perf_event_init()