Home
last modified time | relevance | path

Searched refs:test_regs_change (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe.c169 skel->links.test_regs_change = bpf_program__attach_uprobe_opts(skel->progs.test_regs_change, in regs_common()
174 if (!ASSERT_OK_PTR(skel->links.test_regs_change, "bpf_program__attach_uprobe_opts")) in regs_common()
H A Duprobe_syscall.c210 static void test_regs_change(void) in test_regs_change() function
646 test_regs_change(); in test_uretprobe_shadow_stack()
791 test_regs_change(); in __test_uprobe_syscall()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_uprobe.c67 int BPF_UPROBE(test_regs_change) in BPF_UPROBE() argument