Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dperf_event.h57 #define PERF_CPUM_SF_DIAG_MODE 0x0002 /* Diagnostic-sampling flag */ macro
59 PERF_CPUM_SF_DIAG_MODE)
70 #define SAMPL_DIAG_MODE(hwc) (SAMPL_FLAGS(hwc) & PERF_CPUM_SF_DIAG_MODE)
79 #define SF_RAW_SAMPLE_DIAG PERF_CPUM_SF_DIAG_MODE
/arch/s390/kernel/
Dperf_cpum_sf.c728 SAMPL_FLAGS(hwc) |= PERF_CPUM_SF_DIAG_MODE; in __hw_perf_event_init()
1058 if (flags & PERF_CPUM_SF_DIAG_MODE) in sample_format_is_valid()
1093 if (flags & PERF_CPUM_SF_DIAG_MODE) in reset_sample_slot()
1102 if (sfr->format & PERF_CPUM_SF_DIAG_MODE) in sfr_store_sample()
1114 (flags & PERF_CPUM_SF_DIAG_MODE) in debug_sample_entry()
1116 (flags & PERF_CPUM_SF_DIAG_MODE) in debug_sample_entry()