H A D | uprobe_syscall.c | 1 // SPDX-License-Identifier: GPL-2.0 23 #pragma GCC diagnostic ignored "-Wattributes" 127 skel->links.probe = bpf_program__attach_uprobe_opts(skel->progs.probe, in test_uprobe_regs_equal() 129 if (!ASSERT_OK_PTR(skel->links.probe, "bpf_program__attach_uprobe_opts")) in test_uprobe_regs_equal() 138 pp = (unsigned long *) &skel->bss->regs; in test_uprobe_regs_equal() 153 if (!ASSERT_EQ(pb[i], pa[i], "register before-afte in test_uprobe_regs_equal() 290 struct bpf_link *link; test_uretprobe_syscall_call() local 406 check_attach(struct uprobe_syscall_executed * skel,trigger_t trigger,void * addr,int executed) check_attach() argument 438 check(struct uprobe_syscall_executed * skel,struct bpf_link * link,trigger_t trigger,void * addr,int executed) check() argument 439 check(struct uprobe_syscall_executed * skel,struct bpf_link * link,trigger_t trigger,void * addr,int executed) check() argument 454 struct bpf_link *link; test_uprobe_legacy() local 493 struct bpf_link *link; test_uprobe_multi() local 537 struct bpf_link *link; test_uprobe_session() local 567 struct bpf_link *link; test_uprobe_usdt() local [all...] |