Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_fprobe.c326 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
413 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
454 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
490 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
741 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
869 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
944 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe_event()
978 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe_event()
H A Dtrace_uprobe.c403 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
466 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
531 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
1002 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1390 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1602 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1673 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A Dtrace_eprobe.c428 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()
758 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
H A Dtrace_probe.h314 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c1974 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
2086 call = trace_probe_event_call(tp); in trace_probe_init()
2133 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()