Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtrace_events.h217 struct trace_event_class { struct
218 const char *system;
219 void *probe;
221 void *perf_probe;
223 int (*reg)(struct trace_event_call *event,
225 struct trace_event_fields *fields_array;
226 struct list_head *(*get_fields)(struct trace_event_call *);
227 struct list_head fields;
228 int (*raw_init)(struct trace_event_call *);
/kernel/linux/linux-6.6/include/linux/
Dtrace_events.h291 struct trace_event_class { struct
292 const char *system;
293 void *probe;
295 void *perf_probe;
297 int (*reg)(struct trace_event_call *event,
299 struct trace_event_fields *fields_array;
300 struct list_head *(*get_fields)(struct trace_event_call *);
301 struct list_head fields;
302 int (*raw_init)(struct trace_event_call *);