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.c560 if (trace_event_dyn_busy(trace_probe_event_call(&tk->tp))) in unregister_trace_kprobe()
636 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in append_trace_kprobe()
681 dyn_event_add(&tk->devent, trace_probe_event_call(&tk->tp)); in register_trace_kprobe()
1490 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in NOKPROBE_SYMBOL()
1556 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in __kretprobe_trace_func()
1695 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kprobe_perf_func()
1744 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in kretprobe_perf_func()
1903 struct trace_event_call *call = trace_probe_event_call(&tk->tp); in init_trace_event_call()
1975 return trace_probe_event_call(&(no_free_ptr(tk)->tp)); in create_local_trace_kprobe()
2010 if (file->event_call == trace_probe_event_call(&tk->tp)) in enable_boot_kprobe_events()
[all …]
H A Dtrace_fprobe.c323 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
410 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in NOKPROBE_SYMBOL()
451 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fentry_perf_func()
486 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in fexit_perf_func()
737 struct trace_event_call *call = trace_probe_event_call(&tf->tp); in init_trace_event_call()
865 if (trace_event_dyn_busy(trace_probe_event_call(&tf->tp))) in unregister_trace_fprobe()
940 dyn_event_add(&tf->devent, trace_probe_event_call(&tf->tp)); in append_trace_fprobe_event()
974 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()
1006 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_trace_func()
1394 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in __uprobe_perf_func()
1606 struct trace_event_call *call = trace_probe_event_call(&tu->tp); in init_trace_event_call()
1677 return trace_probe_event_call(&tu->tp); in create_local_trace_uprobe()
H A Dtrace_eprobe.c431 struct trace_event_call *call = trace_probe_event_call(&edata->ep->tp); in NOKPROBE_SYMBOL()
761 struct trace_event_call *call = trace_probe_event_call(&ep->tp); in init_trace_eprobe_call()
H A Dtrace_probe.h323 trace_probe_event_call(struct trace_probe *tp) in trace_probe_event_call() function
H A Dtrace_probe.c2535 struct trace_event_call *call = trace_probe_event_call(tp); in traceprobe_set_print_fmt()
2646 call = trace_probe_event_call(tp); in trace_probe_init()
2693 struct trace_event_call *call = trace_probe_event_call(tp); in trace_probe_register_event_call()