Searched refs:trace_probe_event_call (Results 1 – 6 of 6) sorted by relevance
550 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()626 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()673 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()1454 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()1939 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()1974 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()2052 if (file->event_call == trace_probe_event_call(&tk->tp)) in find_trace_probe_file()2093 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()2111 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()2142 trace_probe_event_call(&tk->tp), file); in kprobe_trace_self_tests_init()[all …]
182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()239 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()280 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()313 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()652 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()762 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()837 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe()873 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe()
399 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()462 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()529 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()1005 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()1393 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()1595 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()1666 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
422 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()763 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
307 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
1920 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()2032 call = trace_probe_event_call(tp); in trace_probe_init()2079 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Completed in 22 milliseconds