Lines Matching refs:trace_event_call
202 struct trace_event_call;
210 int (*reg)(struct trace_event_call *event,
212 int (*define_fields)(struct trace_event_call *);
213 struct list_head *(*get_fields)(struct trace_event_call *);
215 int (*raw_init)(struct trace_event_call *);
218 extern int trace_event_reg(struct trace_event_call *event,
276 struct trace_event_call { struct
305 int (*perf_perm)(struct trace_event_call *, argument
311 trace_event_name(struct trace_event_call *call) in trace_event_name()
361 struct trace_event_call *event_call;
398 static int perf_perm_##name(struct trace_event_call *tp_event, \
427 extern int call_filter_check_discard(struct trace_event_call *call, void *rec,
575 extern int trace_event_raw_init(struct trace_event_call *call);
576 extern int trace_define_field(struct trace_event_call *call, const char *type,
579 extern int trace_add_event_call(struct trace_event_call *call);
580 extern int trace_remove_event_call(struct trace_event_call *call);