Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dtrace_kprobe.c1377 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1426 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1572 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1622 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1770 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1834 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1869 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
1956 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()
2003 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
2025 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
[all …]
Dtrace_uprobe.c951 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1342 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1558 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1622 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
Dtrace_probe.c905 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1011 call = trace_probe_event_call(tp); in trace_probe_init()
1034 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Dtrace_probe.h288 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function