Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_kprobe.c1194 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1242 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1386 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1436 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1572 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1636 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1671 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
1747 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()
1794 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
1816 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
[all …]
Dtrace_uprobe.c943 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1335 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1540 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1605 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
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()
Dtrace_probe.h289 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function