Home
last modified time | relevance | path

Searched refs:test_uretprobe_multi (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_syscall_executed.c46 int test_uretprobe_multi(struct pt_regs *ctx) in test_uretprobe_multi() function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c318 link = bpf_program__attach_uprobe_multi(skel->progs.test_uretprobe_multi, in test_uretprobe_syscall_call()
323 skel->links.test_uretprobe_multi = link; in test_uretprobe_syscall_call()
520 link = bpf_program__attach_uprobe_multi(skel->progs.test_uretprobe_multi, in test_uprobe_multi()