diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 662c1becf367..bae51ddfabd3 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -127,6 +127,8 @@ extern int trace_define_field(struct ftrace_event_call *call, char *type, | |||
127 | 127 | ||
128 | #define is_signed_type(type) (((type)(-1)) < 0) | 128 | #define is_signed_type(type) (((type)(-1)) < 0) |
129 | 129 | ||
130 | int trace_set_clr_event(const char *system, const char *event, int set); | ||
131 | |||
130 | /* | 132 | /* |
131 | * The double __builtin_constant_p is because gcc will give us an error | 133 | * The double __builtin_constant_p is because gcc will give us an error |
132 | * if we try to allocate the static variable to fmt if it is not a | 134 | * if we try to allocate the static variable to fmt if it is not a |