Lines Matching refs:trace_event_call
29 struct trace_event_call *event;
186 struct trace_event_call *event, in alloc_event_probe()
243 static int eprobe_event_define_fields(struct trace_event_call *event_call) in eprobe_event_define_fields()
270 struct trace_event_call *pevent; in print_eprobe_event()
277 container_of(event, struct trace_event_call, event)); in print_eprobe_event()
285 pevent = container_of(probed_event, struct trace_event_call, event); in print_eprobe_event()
482 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
693 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
738 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
777 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
802 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
810 static struct trace_event_call *
813 struct trace_event_call *tp_event; in find_and_get_event()
865 struct trace_event_call *event_call; in __trace_eprobe_create()