Home
last modified time | relevance | path

Searched defs:stack_traces_fd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c373 const int stack_traces_fd = bpf_map__fd(skel->maps.stack_traces); in main() local
770 int print_stack_frames(struct allocation *allocs, size_t nr_allocs, int stack_traces_fd) in print_stack_frames()
816 int print_outstanding_allocs(int allocs_fd, int stack_traces_fd) in print_outstanding_allocs()
941 int print_outstanding_combined_allocs(int combined_allocs_fd, int stack_traces_fd) in print_outstanding_combined_allocs()
H A Dwakeuptime.c159 int err, i, counts_fd, stack_traces_fd; in print_map() local