Searched refs:trace_probe_event_call (Results 1 – 4 of 4) sorted by relevance
1182 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()1230 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()1374 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()1424 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()1560 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()1624 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()1659 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()1735 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()1782 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()1804 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()[all …]
953 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()1344 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()1548 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()1613 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()1006 call = trace_probe_event_call(tp); in trace_probe_init()1029 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
283 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function