Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_kprobe.c543 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
619 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
666 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1368 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1434 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1573 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1623 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1779 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1865 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1900 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
H A Dtrace_fprobe.c181 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
238 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
279 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
312 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
649 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
747 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
822 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe()
858 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe()
H A Dtrace_uprobe.c390 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
453 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
520 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
988 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1376 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1581 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1652 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A Dtrace_eprobe.c422 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()
H A Dtrace_probe.h305 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c1815 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1927 call = trace_probe_event_call(tp); in trace_probe_init()
1974 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()