Loading include/linux/ftrace.h +2 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ #include <asm/ftrace.h> struct ftrace_hash; #ifdef CONFIG_FUNCTION_TRACER extern int ftrace_enabled; Loading @@ -29,8 +31,6 @@ ftrace_enable_sysctl(struct ctl_table *table, int write, typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip); struct ftrace_hash; enum { FTRACE_OPS_FL_ENABLED = 1 << 0, FTRACE_OPS_FL_GLOBAL = 1 << 1, Loading Loading
include/linux/ftrace.h +2 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ #include <asm/ftrace.h> struct ftrace_hash; #ifdef CONFIG_FUNCTION_TRACER extern int ftrace_enabled; Loading @@ -29,8 +31,6 @@ ftrace_enable_sysctl(struct ctl_table *table, int write, typedef void (*ftrace_func_t)(unsigned long ip, unsigned long parent_ip); struct ftrace_hash; enum { FTRACE_OPS_FL_ENABLED = 1 << 0, FTRACE_OPS_FL_GLOBAL = 1 << 1, Loading