Searched refs:KCMP_FILE (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/trace/beauty/ |
| A 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/ |
| A D | kcmp.h | 9 KCMP_FILE, enumerator
|
| /tools/testing/selftests/kcmp/ |
| A D | kcmp_test.c | 105 sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd2), in main() 117 ret = sys_kcmp(pid1, pid2, KCMP_FILE, fd1, fd1); in main()
|
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_getfd_test.c | 213 ret = sys_kcmp(getpid(), self->pid, KCMP_FILE, fd, self->remote_fd); in TEST_F()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 319 return syscall(__NR_kcmp, pid1, pid2, KCMP_FILE, fd1, fd2); in __filecmp()
|
Completed in 14 milliseconds