Lines Matching refs:trace_event_call
33 struct trace_event_call *event;
196 struct trace_event_call *event, in alloc_event_probe()
234 static int eprobe_event_define_fields(struct trace_event_call *event_call) in eprobe_event_define_fields()
258 struct trace_event_call *pevent; in print_eprobe_event()
267 container_of(event, struct trace_event_call, event)); in print_eprobe_event()
278 pevent = container_of(probed_event, struct trace_event_call, event); in print_eprobe_event()
422 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()
644 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
701 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
738 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
771 static struct trace_event_call *
774 struct trace_event_call *tp_event; in find_and_get_event()
871 struct trace_event_call *event_call; in __trace_eprobe_create()