Searched defs:is_return (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/samples/bpf/ | 
| D | task_fd_query_user.c | 121 	const char *name, __u64 offset, __u64 addr, bool is_return,  in test_nondebug_fs_kuprobe_common()163 				  __u64 offset, __u64 addr, bool is_return,  in test_nondebug_fs_probe()
 216 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return)  in test_debug_fs_uprobe()
 
 | 
| /Linux-v5.4/kernel/trace/ | 
| D | trace_uprobe.c | 30 #define SIZEOF_TRACE_ENTRY(is_return)			\  argument34 #define DATAOF_TRACE_ENTRY(entry, is_return)		\  argument
 548 	bool is_return = false;  in trace_uprobe_create()  local
 1536 			  unsigned long ref_ctr_offset, bool is_return)  in create_local_trace_uprobe()
 
 | 
| D | trace_probe.c | 842 			   bool is_return)  in __set_print_fmt()901 int traceprobe_set_print_fmt(struct trace_probe *tp, bool is_return)  in traceprobe_set_print_fmt()
 
 | 
| D | trace_kprobe.c | 262 					     int nargs, bool is_return)  in alloc_trace_kprobe()717 	bool is_return = false;  in trace_kprobe_create()  local
 1569 			  bool is_return)  in create_local_trace_kprobe()
 
 |