Searched refs:trace_probe_event_call (Results 1 – 4 of 4) sorted by relevance
1161 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()1209 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()1353 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()1403 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()1539 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()1603 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()1638 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()1714 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()1761 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()1783 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()[all …]
945 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()1308 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()1512 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()1577 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
903 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()1005 call = trace_probe_event_call(tp); in trace_probe_init()1028 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
282 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function