Searched refs:KCMP_FILE (Results 1 – 5 of 5) sorted by relevance
/tools/perf/trace/beauty/ |
D | kcmp.c | 22 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_idx() 39 if (type != KCMP_FILE) in syscall_arg__scnprintf_kcmp_type()
|
/tools/include/uapi/linux/ |
D | kcmp.h | 9 KCMP_FILE, enumerator
|
/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 102 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main() 114 ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1); in main()
|
/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 295 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()
|