Searched defs:is_return (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/samples/bpf/ |
D | task_fd_query_user.c | 124 const char *name, __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_kuprobe_common() 174 __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_probe() 227 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe()
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | kprobe_multi.c | 39 static void kprobe_multi_check(void *ctx, bool is_return) in kprobe_multi_check()
|
/Linux-v6.1/kernel/trace/ |
D | trace_uprobe.c | 32 #define SIZEOF_TRACE_ENTRY(is_return) \ argument 36 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument 549 bool is_return = false; in __trace_uprobe_create() local 1582 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe()
|
D | trace_kprobe.c | 262 int nargs, bool is_return) in alloc_trace_kprobe() 736 bool is_return = false; in __trace_kprobe_create() local 1750 bool is_return) in create_local_trace_kprobe()
|