intel_pt.h 253 B

12345678910
  1. #ifndef _ASM_X86_INTEL_PT_H
  2. #define _ASM_X86_INTEL_PT_H
  3. #if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
  4. void cpu_emergency_stop_pt(void);
  5. #else
  6. static inline void cpu_emergency_stop_pt(void) {}
  7. #endif
  8. #endif /* _ASM_X86_INTEL_PT_H */