Searched defs:is_return (Results 1 – 3 of 3) sorted by relevance
/linux/samples/bpf/ |
A D | task_fd_query_user.c | 125 const char *name, __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_kuprobe_common() 175 __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_probe() 228 static int test_debug_fs_uprobe(char *binary_path, long offset, bool is_return) in test_debug_fs_uprobe()
|
/linux/kernel/trace/ |
A D | trace_uprobe.c | 30 #define SIZEOF_TRACE_ENTRY(is_return) \ argument 34 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument 547 bool is_return = false; in __trace_uprobe_create() local 1587 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe()
|
A D | trace_kprobe.c | 259 int nargs, bool is_return) in alloc_trace_kprobe() 738 bool is_return = false; in __trace_kprobe_create() local 1799 bool is_return) in create_local_trace_kprobe()
|
Completed in 11 milliseconds