ftrace: cleanups
factor out code and clean it up. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Thomas Gleixner
parent
60a11774b3
commit
c7aafc5497
@@ -69,7 +69,7 @@ extern void ftrace_caller(void);
|
||||
extern void ftrace_call(void);
|
||||
extern void mcount_call(void);
|
||||
#else
|
||||
# define ftrace_force_update() do { } while (0)
|
||||
# define ftrace_force_update() ({ 0; })
|
||||
#endif
|
||||
|
||||
static inline void tracer_disable(void)
|
||||
|
Reference in New Issue
Block a user