Home
last modified time | relevance | path

Searched refs:__NR_uprobe (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c917 #ifndef __NR_uprobe
918 #define __NR_uprobe 336
954 long err = syscall(__NR_uprobe);
757 #define __NR_uprobe global() macro
/linux/tools/lib/bpf/
H A Dfeatures.c573 #ifndef __NR_uprobe
574 #define __NR_uprobe 336 macro
583 return syscall(__NR_uprobe) < 0 && errno == EPROTO; in probe_uprobe_syscall()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c173 #ifndef __NR_uprobe
175 # define __NR_uprobe 336 macro
5164 #if !defined(__NR_uprobe) || !defined(__NR_uretprobe) in FIXTURE_SETUP()
5256 #ifdef __NR_uprobe in TEST_F()
5257 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uprobe, 1, 2), in TEST_F()
5278 #ifdef __NR_uprobe in TEST_F()
5279 BPF_JUMP(BPF_JMP|BPF_JEQ|BPF_K, __NR_uprobe, 3, 0), in TEST_F()
/linux/arch/x86/kernel/
H A Duprobes.c847 "mov $" __stringify(__NR_uprobe) ", %rax\n"