Searched defs:is_return (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/trace/ |
D | trace_probe.c | 321 struct fetch_param *f, bool is_return, in parse_probe_vars() 359 struct fetch_param *f, bool is_return, bool is_kprobe, in parse_probe_arg() 505 struct probe_arg *parg, bool is_return, bool is_kprobe, in traceprobe_parse_probe_arg() 664 bool is_return) in __set_print_fmt() 707 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 363 bool is_delete, is_return; in create_trace_uprobe() local
|
D | trace_kprobe.c | 280 int nargs, bool is_return) in alloc_trace_kprobe() 611 bool is_return = false, is_delete = false; in create_trace_kprobe() local
|