Lines Matching refs:call
214 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
215 bool trace_kprobe_error_injectable(struct trace_event_call *call);
217 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry() argument
222 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable() argument
254 struct trace_event_call call; member
299 return trace_event_name(&tp->event->call); in trace_probe_name()
304 return tp->event->call.class->system; in trace_probe_group_name()
310 return &tp->event->call; in trace_probe_event_call()
316 return container_of(event_call, struct trace_probe_event, call); in trace_probe_event_from_call()
320 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call() argument
322 struct trace_probe_event *tpe = trace_probe_event_from_call(call); in trace_probe_primary_from_call()
342 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()