Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtrace_events.h204 struct trace_event_class { struct
205 const char *system;
206 void *probe;
208 void *perf_probe;
210 int (*reg)(struct trace_event_call *event,
212 int (*define_fields)(struct trace_event_call *);
213 struct list_head *(*get_fields)(struct trace_event_call *);
214 struct list_head fields;
215 int (*raw_init)(struct trace_event_call *);