Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_kprobe.c551 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
627 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
672 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1453 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1519 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1658 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1708 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1864 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1936 return trace_probe_event_call(&(no_free_ptr(tk)->tp)); in create_local_trace_kprobe()
1968 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
H A Dtrace_fprobe.c182 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
269 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
310 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
346 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
687 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
797 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
872 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe()
906 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in register_trace_fprobe()
H A Dtrace_uprobe.c401 if (trace_event_dyn_busy(trace_probe_event_call(&tu->tp))) in unregister_trace_uprobe()
464 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()
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()
1598 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1669 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.h306 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c1903 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
2015 call = trace_probe_event_call(tp); in trace_probe_init()
2062 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()