Searched refs:cpumode (Results 1 – 1 of 1) sorted by relevance
240 uint16_t cpumode = header.misc & PERF_RECORD_MISC_CPUMODE_MASK; in InKernel() local241 return cpumode == PERF_RECORD_MISC_KERNEL || cpumode == PERF_RECORD_MISC_GUEST_KERNEL; in InKernel()