Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtrace_events.h189 struct trace_event_class { struct
190 const char *system;
191 void *probe;
193 void *perf_probe;
195 int (*reg)(struct trace_event_call *event,
197 int (*define_fields)(struct trace_event_call *);
198 struct list_head *(*get_fields)(struct trace_event_call *);
199 struct list_head fields;
200 int (*raw_init)(struct trace_event_call *);