Home
last modified time | relevance | path

Searched refs:is_return (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/samples/bpf/
Dtask_fd_query_user.c124 const char *name, __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_kuprobe_common() argument
142 if (is_return) in test_nondebug_fs_kuprobe_common()
174 __u64 offset, __u64 addr, bool is_return, in test_nondebug_fs_probe() argument
184 offset, addr, is_return, in test_nondebug_fs_probe()
191 __func__, name ? name : "", offset, addr, is_return); in test_nondebug_fs_probe()
195 if ((is_return && fd_type != expected_ret_fd_type) || in test_nondebug_fs_probe()
196 (!is_return && fd_type != expected_fd_type)) { 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() argument
247 is_return ? 'r' : 'p', event_type, event_alias, in test_debug_fs_uprobe()
288 if ((is_return && fd_type != BPF_FD_TYPE_URETPROBE) || in test_debug_fs_uprobe()
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dkprobe_multi.c39 static void kprobe_multi_check(void *ctx, bool is_return) in kprobe_multi_check() argument
53 if (is_return) { in kprobe_multi_check()
/linux-6.1.9/kernel/trace/
Dtrace_kprobe.c262 int nargs, bool is_return) in alloc_trace_kprobe() argument
284 if (is_return) in alloc_trace_kprobe()
736 bool is_return = false; in __trace_kprobe_create() local
749 is_return = true; in __trace_kprobe_create()
766 if (!is_return) { in __trace_kprobe_create()
812 is_return = true; in __trace_kprobe_create()
825 if (is_return) in __trace_kprobe_create()
831 if (ret == -EINVAL && is_return) { in __trace_kprobe_create()
849 is_return ? 'r' : 'p', symbol, offset); in __trace_kprobe_create()
852 is_return ? 'r' : 'p', addr); in __trace_kprobe_create()
[all …]
Dtrace_uprobe.c32 #define SIZEOF_TRACE_ENTRY(is_return) \ argument
34 sizeof(unsigned long) * (is_return ? 2 : 1))
36 #define DATAOF_TRACE_ENTRY(entry, is_return) \ argument
37 ((void*)(entry) + SIZEOF_TRACE_ENTRY(is_return))
549 bool is_return = false; in __trace_uprobe_create() local
556 is_return = true; in __trace_uprobe_create()
632 is_return = true; in __trace_uprobe_create()
678 tu = alloc_trace_uprobe(group, event, argc, is_return); in __trace_uprobe_create()
694 is_return ? TPARG_FL_RETURN : 0); in __trace_uprobe_create()
1582 unsigned long ref_ctr_offset, bool is_return) in create_local_trace_uprobe() argument
[all …]
Dtrace_probe.h379 bool is_return);
384 unsigned long ref_ctr_offset, bool is_return);