Lines Matching refs:trace_event_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()
222 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
254 struct trace_event_call call;
307 static inline struct trace_event_call *
314 trace_probe_event_from_call(struct trace_event_call *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()
412 struct trace_event_call *event;
465 extern struct trace_event_call *
468 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call);
470 extern struct trace_event_call *
473 extern void destroy_local_trace_uprobe(struct trace_event_call *event_call);
475 extern int traceprobe_define_arg_fields(struct trace_event_call *event_call,