Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_kprobe.c1388 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1437 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1583 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1633 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1781 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1845 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1880 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
1965 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()
2010 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
2032 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()
[all …]
Dtrace_uprobe.c956 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1348 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1565 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1629 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.h288 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function