Home
last modified time | relevance | path

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

/Linux-v6.6/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()
1348 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1389 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1528 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1578 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1731 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1817 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1852 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
Dtrace_fprobe.c177 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
221 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in __fexit_trace_func()
262 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
294 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
631 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
729 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
804 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe()
840 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe()
Dtrace_uprobe.c390 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
453 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
520 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
955 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1340 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1557 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1628 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
Dtrace_eprobe.c422 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()
763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
Dtrace_probe.h298 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
Dtrace_probe.c1681 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1787 call = trace_probe_event_call(tp); in trace_probe_init()
1829 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()