Searched refs:enter_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() argument106 *enter_fd = bpf_map__fd(skel->maps.syscalls_sys_enter); 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);42 static inline int augmented_syscalls__get_map_fds(int *enter_fd __maybe_unused, in augmented_syscalls__get_map_fds()