diff options
Diffstat (limited to 'arch/x86/include/asm/ftrace.h')
| -rw-r--r-- | arch/x86/include/asm/ftrace.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/ftrace.h b/arch/x86/include/asm/ftrace.h index 268c783ab1c..18d9005d9e4 100644 --- a/arch/x86/include/asm/ftrace.h +++ b/arch/x86/include/asm/ftrace.h @@ -34,6 +34,7 @@  #ifndef __ASSEMBLY__  extern void mcount(void); +extern int modifying_ftrace_code;  static inline unsigned long ftrace_call_adjust(unsigned long addr)  { @@ -50,6 +51,8 @@ struct dyn_arch_ftrace {  	/* No extra data needed for x86 */  }; +int ftrace_int3_handler(struct pt_regs *regs); +  #endif /*  CONFIG_DYNAMIC_FTRACE */  #endif /* __ASSEMBLY__ */  #endif /* CONFIG_FUNCTION_TRACER */  |