Home
last modified time | relevance | path

Searched refs:trace_probe_event_call (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/kernel/trace/
Dtrace_kprobe.c541 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
617 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
664 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1376 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1418 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1558 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1608 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1766 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1833 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1868 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
Dtrace_uprobe.c395 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
458 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
525 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
953 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1338 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1554 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1625 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
Dtrace_probe.c944 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1050 call = trace_probe_event_call(tp); in trace_probe_init()
1092 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Dtrace_eprobe.c559 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
869 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
Dtrace_probe.h289 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function