Searched refs:trace_probe_event_call (Results 1 – 5 of 5) sorted by relevance
544 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()622 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()669 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()1387 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()1435 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()1580 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()1630 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()1788 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()1874 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()1909 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()[all …]
395 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()460 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()527 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()957 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()1349 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()1566 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()1637 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
958 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()1064 call = trace_probe_event_call(tp); in trace_probe_init()1106 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
504 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()844 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
295 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function