Searched defs:is_return (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/kernel/trace/ |
D | trace_probe.c | 334 struct fetch_param *f, bool is_return, in parse_probe_vars() 377 struct fetch_param *f, bool is_return, bool is_kprobe, in parse_probe_arg() 523 struct probe_arg *parg, bool is_return, bool is_kprobe, in traceprobe_parse_probe_arg() 613 bool is_return) in __set_print_fmt() 656 int set_print_fmt(struct trace_probe *tp, bool is_return) in set_print_fmt()
|
D | trace_uprobe.c | 26 #define SIZEOF_TRACE_ENTRY(is_return) \ argument 30 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument 359 bool is_delete, is_return; in create_trace_uprobe() local 1343 create_local_trace_uprobe(char *name, unsigned long offs, bool is_return) in create_local_trace_uprobe()
|
D | trace_kprobe.c | 310 int nargs, bool is_return) in alloc_trace_kprobe() 709 bool is_return = false, is_delete = false; in create_trace_kprobe() local 1492 bool is_return) in create_local_trace_kprobe()
|
/Linux-v4.19/samples/bpf/ |
D | task_fd_query_user.c | 120 const char *name, __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_kuprobe_common() 162 __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_probe() 215 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe()
|