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()
514 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
736 static int enable_trace_eprobe(struct trace_event_call *call, in enable_trace_eprobe()
781 static int disable_trace_eprobe(struct trace_event_call *call, in disable_trace_eprobe()
820 static int eprobe_register(struct trace_event_call *event, in eprobe_register()
845 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
853 static struct trace_event_call *
856 struct trace_event_call *tp_event; in find_and_get_event()
965 struct trace_event_call *event_call; in __trace_eprobe_create()