intel_pt.h 292 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_X86_INTEL_PT_H
  3. #define _ASM_X86_INTEL_PT_H
  4. #if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
  5. void cpu_emergency_stop_pt(void);
  6. #else
  7. static inline void cpu_emergency_stop_pt(void) {}
  8. #endif
  9. #endif /* _ASM_X86_INTEL_PT_H */