#ifndef _ASM_X86_INTEL_PT_H #define _ASM_X86_INTEL_PT_H #if defined([31mCONFIG_PERF_EVENTS[0m) && defined([31mCONFIG_CPU_SUP_INTEL[0m) void cpu_emergency_stop_pt(void); #else static inline void cpu_emergency_stop_pt(void) {} #endif #endif /* _ASM_X86_INTEL_PT_H */ |