DIR:/usr/src/kernels/3.10.0-1160.119.1.el7.tuxcare.els13.x86_64/arch/x86/include/asm/ |
Current File : //usr/src/kernels/3.10.0-1160.119.1.el7.tuxcare.els13.x86_64/arch/x86/include/asm/intel_pt.h |
#ifndef _ASM_X86_INTEL_PT_H #define _ASM_X86_INTEL_PT_H #if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL) void cpu_emergency_stop_pt(void); #else static inline void cpu_emergency_stop_pt(void) {} #endif #endif /* _ASM_X86_INTEL_PT_H */ |