Home
last modified time | relevance | path

Searched refs:probe_entry_arg (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.h249 struct probe_entry_arg { struct
275 struct probe_entry_arg *entry_arg; /* This is only for return probe */
H A Dtrace_probe.c1134 static int get_entry_arg_max_offset(struct probe_entry_arg *earg) in get_entry_arg_max_offset()
1162 struct probe_entry_arg *earg = tp->entry_arg; in __store_entry_arg()
1221 struct probe_entry_arg *earg = tp->entry_arg; in traceprobe_get_entry_data_size()
1231 struct probe_entry_arg *earg = tp->entry_arg; in store_trace_entry_data()
H A Dtrace_fprobe.c362 struct probe_entry_arg *earg = tp->entry_arg; in store_fprobe_entry_data()