Searched refs:entry_arg (Results 1 – 4 of 4) sorted by relevance
775 struct probe_entry_arg *earg = tp->entry_arg; in __store_entry_arg()780 earg = kzalloc(sizeof(*tp->entry_arg), GFP_KERNEL); in __store_entry_arg()793 tp->entry_arg = earg; in __store_entry_arg()823 struct probe_entry_arg *earg = tp->entry_arg; in traceprobe_get_entry_data_size()846 struct probe_entry_arg *earg = tp->entry_arg; in store_trace_entry_data()1999 if (tp->entry_arg) { in trace_probe_cleanup()2000 kfree(tp->entry_arg->code); in trace_probe_cleanup()2001 kfree(tp->entry_arg); in trace_probe_cleanup()2002 tp->entry_arg = NULL; in trace_probe_cleanup()
264 struct probe_entry_arg *entry_arg; /* This is only for return probe */ member
225 if (tf->tp.entry_arg) in trace_fprobe_entry_handler()1218 if (is_return && tf->tp.entry_arg) { in __trace_fprobe_create()
1044 if (is_return && tk->tp.entry_arg) { in __trace_kprobe_create()1506 if (tk->tp.entry_arg) in trace_kprobe_entry_handler()
Completed in 23 milliseconds