Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.12 10 lines 253 B view raw
1#ifndef _ASM_X86_INTEL_PT_H 2#define _ASM_X86_INTEL_PT_H 3 4#if defined(CONFIG_PERF_EVENTS) && defined(CONFIG_CPU_SUP_INTEL) 5void cpu_emergency_stop_pt(void); 6#else 7static inline void cpu_emergency_stop_pt(void) {} 8#endif 9 10#endif /* _ASM_X86_INTEL_PT_H */