Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtrace_events.h190 struct trace_event_class { struct
191 const char *system;
192 void *probe;
194 void *perf_probe;
196 int (*reg)(struct trace_event_call *event,
198 int (*define_fields)(struct trace_event_call *);
199 struct list_head *(*get_fields)(struct trace_event_call *);
200 struct list_head fields;
201 int (*raw_init)(struct trace_event_call *);