Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_kprobe.c543 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
619 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
666 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1330 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1372 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1512 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1562 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1720 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1787 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1822 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
Dtrace_uprobe.c397 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()
958 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1343 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1559 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1630 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
Dtrace_probe.c948 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1054 call = trace_probe_event_call(tp); in trace_probe_init()
1096 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Dtrace_eprobe.c514 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
845 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