Searched defs:ftrace_event_class (Results 1 – 1 of 1) sorted by relevance
205 struct ftrace_event_class { struct206 const char *system;207 void *probe;209 void *perf_probe;211 int (*reg)(struct ftrace_event_call *event,213 int (*define_fields)(struct ftrace_event_call *);214 struct list_head *(*get_fields)(struct ftrace_event_call *);215 struct list_head fields;216 int (*raw_init)(struct ftrace_event_call *);