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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 0af31cd335d6..01df7ca4ead7 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -146,6 +146,9 @@ struct ftrace_event_class {
146 int (*raw_init)(struct ftrace_event_call *); 146 int (*raw_init)(struct ftrace_event_call *);
147}; 147};
148 148
149extern int ftrace_event_reg(struct ftrace_event_call *event,
150 enum trace_reg type);
151
149enum { 152enum {
150 TRACE_EVENT_FL_ENABLED_BIT, 153 TRACE_EVENT_FL_ENABLED_BIT,
151 TRACE_EVENT_FL_FILTERED_BIT, 154 TRACE_EVENT_FL_FILTERED_BIT,