Lines Matching refs:trace_event_call
33 struct trace_event_call *event;
192 struct trace_event_call *event, in alloc_event_probe()
261 static int eprobe_event_define_fields(struct trace_event_call *event_call) in eprobe_event_define_fields()
285 struct trace_event_call *pevent; in print_eprobe_event()
294 container_of(event, struct trace_event_call, event)); in print_eprobe_event()
305 pevent = container_of(probed_event, struct trace_event_call, event); in print_eprobe_event()
449 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()
671 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
716 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
755 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
780 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
788 static struct trace_event_call *
791 struct trace_event_call *tp_event; in find_and_get_event()
896 struct trace_event_call *event_call; in __trace_eprobe_create()