Lines Matching refs:trace_event_call
187 struct trace_event_call;
195 int (*reg)(struct trace_event_call *event,
197 int (*define_fields)(struct trace_event_call *);
198 struct list_head *(*get_fields)(struct trace_event_call *);
200 int (*raw_init)(struct trace_event_call *);
203 extern int trace_event_reg(struct trace_event_call *event,
253 struct trace_event_call { struct
282 int (*perf_perm)(struct trace_event_call *, argument
288 static inline bool bpf_prog_array_valid(struct trace_event_call *call) in bpf_prog_array_valid()
312 trace_event_name(struct trace_event_call *call) in trace_event_name()
368 struct trace_event_call *event_call;
405 static int perf_perm_##name(struct trace_event_call *tp_event, \
468 unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx);
479 static inline unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx) in trace_call_bpf()
528 extern int trace_event_raw_init(struct trace_event_call *call);
529 extern int trace_define_field(struct trace_event_call *call, const char *type,
532 extern int trace_add_event_call(struct trace_event_call *call);
533 extern int trace_remove_event_call(struct trace_event_call *call);
534 extern int trace_event_get_offsets(struct trace_event_call *call);
618 struct trace_event_call *call, u64 count,