cregit-Linux how code gets into the kernel

Release 4.7 include/linux/ftrace_irq.h

Directory: include/linux
#ifndef _LINUX_FTRACE_IRQ_H

#define _LINUX_FTRACE_IRQ_H


#ifdef CONFIG_FTRACE_NMI_ENTER
extern void ftrace_nmi_enter(void);
extern void ftrace_nmi_exit(void);
#else

static inline void ftrace_nmi_enter(void) { }

Contributors

PersonTokensPropCommitsCommitProp
steven rostedtsteven rostedt8100.00%1100.00%
Total8100.00%1100.00%


static inline void ftrace_nmi_exit(void) { }

Contributors

PersonTokensPropCommitsCommitProp
steven rostedtsteven rostedt8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* _LINUX_FTRACE_IRQ_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
steven rostedtsteven rostedt46100.00%2100.00%
Total46100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}