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.h239 struct probe_entry_arg { struct
265 struct probe_entry_arg *entry_arg; /* This is only for return probe */
H A Dtrace_probe.c809 static int get_entry_arg_max_offset(struct probe_entry_arg *earg) in get_entry_arg_max_offset()
837 struct probe_entry_arg *earg = tp->entry_arg; 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()
H A Dtrace_fprobe.c365 struct probe_entry_arg *earg = tp->entry_arg; in store_fprobe_entry_data()