Lines Matching refs:trace_event_call
210 bool trace_kprobe_on_func_entry(struct trace_event_call *call);
211 bool trace_kprobe_error_injectable(struct trace_event_call *call);
213 static inline bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
218 static inline bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
245 struct trace_event_call call;
297 static inline struct trace_event_call *
304 trace_probe_event_from_call(struct trace_event_call *event_call) in trace_probe_event_from_call()
310 trace_probe_primary_from_call(struct trace_event_call *call) in trace_probe_primary_from_call()
385 struct trace_event_call *event;
428 extern struct trace_event_call *
431 extern void destroy_local_trace_kprobe(struct trace_event_call *event_call);
433 extern struct trace_event_call *
436 extern void destroy_local_trace_uprobe(struct trace_event_call *event_call);
438 extern int traceprobe_define_arg_fields(struct trace_event_call *event_call,