Home
last modified time | relevance | path

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

/kernel/trace/
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()
1391 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1433 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()
1781 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1867 return trace_probe_event_call(&tk->tp); in create_local_trace_kprobe()
1902 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
Dtrace_uprobe.c398 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
461 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in append_trace_uprobe()
528 dyn_event_add(&tu->devent, trace_probe_event_call(&tu->tp)); in register_trace_uprobe()
959 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()
1561 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1632 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
Dtrace_probe.c962 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
1068 call = trace_probe_event_call(tp); in trace_probe_init()
1110 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()
Dtrace_eprobe.c514 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in __eprobe_trace_func()
862 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
Dtrace_probe.h294 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function