Searched defs:trace_event_class (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 9553 struct trace_event_class { struct 9554 const char *system; 9555 void *probe; 9556 void *perf_probe; 9557 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 9558 struct trace_event_fields *fields_array; 9559 struct list_head * (*get_fields)(struct trace_event_call *); 9560 struct list_head fields; 9561 int (*raw_init)(struct trace_event_call *);
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 7890 struct trace_event_class { struct 7891 const char *system; 7892 void *probe; 7893 void *perf_probe; 7894 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 7895 struct trace_event_fields *fields_array; 7896 struct list_head * (*get_fields)(struct trace_event_call *); 7897 struct list_head fields; 7898 int (*raw_init)(struct trace_event_call *);
|
| D | vmlinux.h | 7890 struct trace_event_class { struct 7891 const char *system; 7892 void *probe; 7893 void *perf_probe; 7894 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 7895 struct trace_event_fields *fields_array; 7896 struct list_head * (*get_fields)(struct trace_event_call *); 7897 struct list_head fields; 7898 int (*raw_init)(struct trace_event_call *);
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 6811 struct trace_event_class { struct 6812 const char *system; 6813 void *probe; 6814 void *perf_probe; 6815 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 6816 struct trace_event_fields *fields_array; 6817 struct list_head * (*get_fields)(struct trace_event_call *); 6818 struct list_head fields; 6819 int (*raw_init)(struct trace_event_call *);
|
| D | vmlinux_510.h | 6811 struct trace_event_class { struct 6812 const char *system; 6813 void *probe; 6814 void *perf_probe; 6815 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 6816 struct trace_event_fields *fields_array; 6817 struct list_head * (*get_fields)(struct trace_event_call *); 6818 struct list_head fields; 6819 int (*raw_init)(struct trace_event_call *);
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 9935 struct trace_event_class { struct 9936 const char *system; 9937 void *probe; 9938 void *perf_probe; 9939 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 9940 int (*define_fields)(struct trace_event_call *); 9941 struct list_head * (*get_fields)(struct trace_event_call *); 9942 struct list_head fields; 9943 int (*raw_init)(struct trace_event_call *);
|
| D | vmlinux.h | 9935 struct trace_event_class { struct 9936 const char *system; 9937 void *probe; 9938 void *perf_probe; 9939 int (*reg)(struct trace_event_call *, enum trace_reg, void *); 9940 int (*define_fields)(struct trace_event_call *); 9941 struct list_head * (*get_fields)(struct trace_event_call *); 9942 struct list_head fields; 9943 int (*raw_init)(struct trace_event_call *);
|