Searched defs:ftrace_event_call (Results 1 – 1 of 1) sorted by relevance
186 struct ftrace_event_call { struct187 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;[all …]