Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_kprobe.c1387 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1436 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1582 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1632 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1780 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1844 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1879 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
1964 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()
2009 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
2031 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
[all …]
H A Dtrace_uprobe.c955 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1347 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1563 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1627 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A Dtrace_probe.c906 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1012 call = trace_probe_event_call(tp); in trace_probe_init()
1054 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
H A Dtrace_probe.h288 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function