Searched defs:ftrace_event_class (Results 1 – 1 of 1) sorted by relevance
153 struct ftrace_event_class { struct154 char *system;155 void *probe;157 void *perf_probe;159 int (*reg)(struct ftrace_event_call *event,161 int (*define_fields)(struct ftrace_event_call *);162 struct list_head *(*get_fields)(struct ftrace_event_call *);163 struct list_head fields;164 int (*raw_init)(struct ftrace_event_call *);