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_kprobe.c550 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()
671 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1468 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1534 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1673 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1723 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1879 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1951 return trace_probe_event_call(&(no_free_ptr(tk)->tp)); in create_local_trace_kprobe()
1983 if (file->event_call == trace_probe_event_call( in enable_boot_kprobe_events()
[all...]
H A Dtrace_fprobe.c325 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
412 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
453 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
489 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
738 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
866 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
941 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe_event()
975 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()
1020 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1408 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1616 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1687 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A Dtrace_probe.h308 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c1968 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
2080 call = trace_probe_event_call(tp); in trace_probe_init()
2127 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()