Home
last modified time | relevance | path

Searched refs:augmented_syscalls__get_map_fds (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
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() function
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() function
/linux/tools/perf/
H A Dbuiltin-trace.c4001 if (augmented_syscalls__get_map_fds(&map_enter_fd, &map_exit_fd, &beauty_map_fd) < 0) in trace__init_syscalls_bpf_prog_array_maps()