Searched refs:exit_fd (Results 1 – 2 of 2) sorted by relevance
101 int augmented_syscalls__get_map_fds(int *enter_fd, int *exit_fd, int *beauty_fd) in augmented_syscalls__get_map_fds() argument107 *exit_fd = bpf_map__fd(skel->maps.syscalls_sys_exit); in augmented_syscalls__get_map_fds()110 if (*enter_fd < 0 || *exit_fd < 0 || *beauty_fd < 0) { in augmented_syscalls__get_map_fds()
15 int augmented_syscalls__get_map_fds(int *enter_fd, int *exit_fd, int *beauty_fd);43 int *exit_fd __maybe_unused, in augmented_syscalls__get_map_fds()