Searched defs:is_return (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A 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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | kprobe_multi.c | 39 static void kprobe_multi_check(void *ctx, bool is_return) in kprobe_multi_check() 126 static void kprobe_multi_testmod_check(void *ctx, bool is_return) in kprobe_multi_testmod_check()
|
H A D | uprobe_multi.c | 37 static void uprobe_multi_check(void *ctx, bool is_return, bool is_sleep) in uprobe_multi_check()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_fprobe.c | 389 int nargs, bool is_return) in alloc_trace_fprobe() 920 char **symbol, bool *is_return, in parse_symbol_and_return() 988 bool is_return = false; in __trace_fprobe_create() local
|
H A D | trace_uprobe.c | 32 #define SIZEOF_TRACE_ENTRY(is_return) \ argument 36 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument 542 bool is_return = false; in __trace_uprobe_create() local 1604 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe()
|
H A D | trace_kprobe.c | 262 int nargs, bool is_return) in alloc_trace_kprobe() 774 bool is_return = false; in __trace_kprobe_create() local 1810 bool is_return) in create_local_trace_kprobe()
|