aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/ftrace_event.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index a91ab93d7250..ffe642eb84fa 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -202,6 +202,10 @@ extern int ftrace_event_reg(struct ftrace_event_call *event,
202int ftrace_output_event(struct trace_iterator *iter, struct ftrace_event_call *event, 202int ftrace_output_event(struct trace_iterator *iter, struct ftrace_event_call *event,
203 char *fmt, ...); 203 char *fmt, ...);
204 204
205int ftrace_event_define_field(struct ftrace_event_call *call,
206 char *type, int len, char *item, int offset,
207 int field_size, int sign, int filter);
208
205enum { 209enum {
206 TRACE_EVENT_FL_FILTERED_BIT, 210 TRACE_EVENT_FL_FILTERED_BIT,
207 TRACE_EVENT_FL_CAP_ANY_BIT, 211 TRACE_EVENT_FL_CAP_ANY_BIT,
@@ -500,10 +504,6 @@ enum {
500 FILTER_TRACE_FN, 504 FILTER_TRACE_FN,
501}; 505};
502 506
503#define EVENT_STORAGE_SIZE 128
504extern struct mutex event_storage_mutex;
505extern char event_storage[EVENT_STORAGE_SIZE];
506
507extern int trace_event_raw_init(struct ftrace_event_call *call); 507extern int trace_event_raw_init(struct ftrace_event_call *call);
508extern int trace_define_field(struct ftrace_event_call *call, const char *type, 508extern int trace_define_field(struct ftrace_event_call *call, const char *type,
509 const char *name, int offset, int size, 509 const char *name, int offset, int size,