Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h81 struct trace_event_class { struct
82 const char *system;
83 void *probe;
84 void *perf_probe;
85 int (*reg)(struct trace_event_call *, enum trace_reg, void *);
86 struct trace_event_fields *fields_array;
87 struct list_head * (*get_fields)(struct trace_event_call *);
88 struct list_head fields;
89 int (*raw_init)(struct trace_event_call *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h7609 struct trace_event_class { struct
7610 const char *system;
7611 void *probe;
7612 void *perf_probe;
7613 int (*reg)(struct trace_event_call *, enum trace_reg, void *);
7614 struct trace_event_fields *fields_array;
7615 struct list_head * (*get_fields)(struct trace_event_call *);
7616 struct list_head fields;
7617 int (*raw_init)(struct trace_event_call *);