Lines Matching defs:ftrace_event_call
186 struct ftrace_event_call { struct
187 struct list_head list;
188 struct ftrace_event_class *class;
189 char *name;
190 struct dentry *dir;
191 struct trace_event event;
192 const char *print_fmt;
193 struct event_filter *filter;
194 void *mod;
195 void *data;
232 extern void destroy_preds(struct ftrace_event_call *call); argument