blob: b523f51c5400d879ab1893ec496cba247e197bdf [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Takao Indoh24cc12b2015-11-04 14:22:32 +09002#ifndef _ASM_X86_INTEL_PT_H
3#define _ASM_X86_INTEL_PT_H
4
5#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL)
6void cpu_emergency_stop_pt(void);
7#else
8static inline void cpu_emergency_stop_pt(void) {}
9#endif
10
11#endif /* _ASM_X86_INTEL_PT_H */