Searched defs:is_return (Results 1 – 3 of 3) sorted by relevance
/kernel/trace/ |
D | trace_probe.c | 319 struct fetch_param *f, bool is_return, in parse_probe_vars() 357 struct fetch_param *f, bool is_return, bool is_kprobe, in parse_probe_arg() 503 struct probe_arg *parg, bool is_return, bool is_kprobe, in traceprobe_parse_probe_arg() 662 bool is_return) in __set_print_fmt() 705 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
|
D | trace_uprobe.c | 36 #define SIZEOF_TRACE_ENTRY(is_return) \ argument 40 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument 372 bool is_delete, is_return; in create_trace_uprobe() local
|
D | trace_kprobe.c | 268 int nargs, bool is_return) in alloc_trace_kprobe() 610 bool is_return = false, is_delete = false; in create_trace_kprobe() local
|