Searched refs:entry_arg (Results 1 – 4 of 4) sorted by relevance
837 struct probe_entry_arg *earg = tp->entry_arg; in __store_entry_arg()841 earg = kzalloc(sizeof(*tp->entry_arg), GFP_KERNEL); in __store_entry_arg()854 tp->entry_arg = earg; in __store_entry_arg()902 struct probe_entry_arg *earg = tp->entry_arg; in traceprobe_get_entry_data_size()912 struct probe_entry_arg *earg = tp->entry_arg; in store_trace_entry_data()2048 if (tp->entry_arg) { in trace_probe_cleanup()2049 kfree(tp->entry_arg->code); in trace_probe_cleanup()2050 kfree(tp->entry_arg); in trace_probe_cleanup()2051 tp->entry_arg = NULL; in trace_probe_cleanup()
365 struct probe_entry_arg *earg = tp->entry_arg; in store_fprobe_entry_data()399 if (tf->tp.entry_arg) in trace_fprobe_entry_handler()1368 if (is_return && tf->tp.entry_arg) { in trace_fprobe_create_internal()
265 struct probe_entry_arg *entry_arg; /* This is only for return probe */ member
1049 if (is_return && tk->tp.entry_arg) { in trace_kprobe_create_internal()1522 if (tk->tp.entry_arg) in trace_kprobe_entry_handler()