diff options
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index e0ae83bbd9cc..41e46330d9be 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -519,18 +519,6 @@ extern enum ftrace_dump_mode ftrace_dump_on_oops; | |||
519 | #define INIT_TRACE_RECURSION | 519 | #define INIT_TRACE_RECURSION |
520 | #endif | 520 | #endif |
521 | 521 | ||
522 | #ifdef CONFIG_HW_BRANCH_TRACER | ||
523 | |||
524 | void trace_hw_branch(u64 from, u64 to); | ||
525 | void trace_hw_branch_oops(void); | ||
526 | |||
527 | #else /* CONFIG_HW_BRANCH_TRACER */ | ||
528 | |||
529 | static inline void trace_hw_branch(u64 from, u64 to) {} | ||
530 | static inline void trace_hw_branch_oops(void) {} | ||
531 | |||
532 | #endif /* CONFIG_HW_BRANCH_TRACER */ | ||
533 | |||
534 | #ifdef CONFIG_FTRACE_SYSCALLS | 522 | #ifdef CONFIG_FTRACE_SYSCALLS |
535 | 523 | ||
536 | unsigned long arch_syscall_addr(int nr); | 524 | unsigned long arch_syscall_addr(int nr); |