Lines Matching refs:trace_event_call
188 struct trace_event_call;
196 int (*reg)(struct trace_event_call *event,
198 int (*define_fields)(struct trace_event_call *);
199 struct list_head *(*get_fields)(struct trace_event_call *);
201 int (*raw_init)(struct trace_event_call *);
204 extern int trace_event_reg(struct trace_event_call *event,
254 struct trace_event_call { struct
283 int (*perf_perm)(struct trace_event_call *, argument
289 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid()
313 trace_event_name(struct trace_event_call *call) in trace_event_name()
322 trace_get_fields(struct trace_event_call *event_call) in trace_get_fields()
377 struct trace_event_call *event_call;
414 static int perf_perm_##name(struct trace_event_call *tp_event, \
477 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);
489 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf()
541 extern int trace_event_raw_init(struct trace_event_call *call);
542 extern int trace_define_field(struct trace_event_call *call, const char *type,
545 extern int trace_add_event_call(struct trace_event_call *call);
546 extern int trace_remove_event_call(struct trace_event_call *call);
547 extern int trace_event_get_offsets(struct trace_event_call *call);
633 struct trace_event_call *call, u64 count,