aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 1ab3089b5c59..73edf5a52e31 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -148,9 +148,9 @@ enum {
148}; 148};
149 149
150extern int trace_define_common_fields(struct ftrace_event_call *call); 150extern int trace_define_common_fields(struct ftrace_event_call *call);
151extern int trace_define_field(struct ftrace_event_call *call, char *type, 151extern int trace_define_field(struct ftrace_event_call *call, const char *type,
152 char *name, int offset, int size, int is_signed, 152 const char *name, int offset, int size,
153 int filter_type); 153 int is_signed, int filter_type);
154extern int trace_add_event_call(struct ftrace_event_call *call); 154extern int trace_add_event_call(struct ftrace_event_call *call);
155extern void trace_remove_event_call(struct ftrace_event_call *call); 155extern void trace_remove_event_call(struct ftrace_event_call *call);
156 156