Home
last modified time | relevance | path

Searched refs:KCMP_FILE (Results 1 – 5 of 5) sorted by relevance

/tools/perf/trace/beauty/
Dkcmp.c22 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/
Dkcmp.h9 KCMP_FILE, enumerator
/tools/testing/selftests/kcmp/
Dkcmp_test.c102 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/
Dpidfd_getfd_test.c207 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c295 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()