Home
last modified time | relevance | path

Searched defs:ftrace_event_call (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dftrace_event.h186 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;
[all …]