Home
last modified time | relevance | path

Searched refs:enter_fd (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_trace_augment.c101 int augmented_syscalls__get_map_fds(int *enter_fd, int *exit_fd, int *beauty_fd) in augmented_syscalls__get_map_fds() argument
106 *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()
H A Dtrace_augment.h15 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()