Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_kprobe.c550 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
626 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
671 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1453 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1936 return trace_probe_event_call(&(no_free_ptr(tk)->tp)); in create_local_trace_kprobe()
1968 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
2045 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()
2086 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
2104 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
2135 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
[all …]
H A Dtrace_fprobe.c182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
269 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
310 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
346 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
687 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
797 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
872 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe()
906 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe()
H A Dtrace_uprobe.c401 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
464 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
529 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
1007 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1395 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1603 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1674 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A 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()
H A Dtrace_probe.h306 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c1940 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
2052 call = trace_probe_event_call(tp); in trace_probe_init()
2099 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()