Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h7274 struct trace_event_class { struct
7275 const char *system;
7276 void *probe;
7277 void *perf_probe;
7278 int (*reg)(struct trace_event_call *, enum trace_reg, void *);
7279 struct trace_event_fields *fields_array;
7280 struct list_head * (*get_fields)(struct trace_event_call *);
7281 struct list_head fields;
7282 int (*raw_init)(struct trace_event_call *);