Lines Matching refs:trace_event_call
200 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
201 bool trace_kprobe_error_injectable(struct trace_event_call *call);
203 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
208 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
235 struct trace_event_call call;
287 static inline struct trace_event_call *
294 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
300 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
368 extern struct trace_event_call *
371 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call);
373 extern struct trace_event_call *
376 extern void destroy_local_trace_uprobe(struct trace_event_call *event_call);
378 extern int traceprobe_define_arg_fields(struct trace_event_call *event_call,