Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtrace_events.h275 struct trace_event_class { struct
276 const char *system;
277 void *probe;
279 void *perf_probe;
281 int (*reg)(struct trace_event_call *event,
283 struct trace_event_fields *fields_array;
284 struct list_head *(*get_fields)(struct trace_event_call *);
285 struct list_head fields;
286 int (*raw_init)(struct trace_event_call *);

Completed in 5 milliseconds