Lines Matching refs:trace_event_call

208 trace_kprobe_primary_from_call(struct trace_event_call *call)  in trace_kprobe_primary_from_call()
219 bool trace_kprobe_on_func_entry(struct trace_event_call *call) in trace_kprobe_on_func_entry()
228 bool trace_kprobe_error_injectable(struct trace_event_call *call) in trace_kprobe_error_injectable()
349 static int enable_trace_kprobe(struct trace_event_call *call, in enable_trace_kprobe()
399 static int disable_trace_kprobe(struct trace_event_call *call, in disable_trace_kprobe()
1270 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1311 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1356 container_of(event, struct trace_event_call, event)); in print_kprobe_event()
1386 container_of(event, struct trace_event_call, event)); in print_kretprobe_event()
1413 static int kprobe_event_define_fields(struct trace_event_call *event_call) in kprobe_event_define_fields()
1428 static int kretprobe_event_define_fields(struct trace_event_call *event_call) in kretprobe_event_define_fields()
1450 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1500 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1566 static int kprobe_register(struct trace_event_call *event, in kprobe_register()
1658 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1686 struct trace_event_call *
1731 void destroy_local_trace_kprobe(struct trace_event_call *event_call) in destroy_local_trace_kprobe()