Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtrace_events.h279 struct trace_event_class { struct
280 const char *system;
281 void *probe;
283 void *perf_probe;
285 int (*reg)(struct trace_event_call *event,
287 struct trace_event_fields *fields_array;
288 struct list_head *(*get_fields)(struct trace_event_call *);
289 struct list_head fields;
290 int (*raw_init)(struct trace_event_call *);

Completed in 9 milliseconds