Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/xen/
Dpmu.c432 if (xenpmu_data->pmu.pmu_flags & PMU_SAMPLE_USER) in xen_guest_state()
467 if (pmu_flags & PMU_SAMPLE_USER) in xen_convert_regs()
/linux-5.19.10/arch/x86/include/asm/xen/
Dinterface.h319 #define PMU_SAMPLE_USER (1<<1) /* Sample is from user or kernel mode */ macro