Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_lock_contention.c660 int stacks_fd, stat_fd; in pop_owner_stack_trace() local
668 stacks_fd = bpf_map__fd(skel->maps.owner_stacks); in pop_owner_stack_trace()
670 if (!stacks_fd || !stat_fd) in pop_owner_stack_trace()
677 if (bpf_map_get_next_key(stacks_fd, NULL, stack_trace)) in pop_owner_stack_trace()
680 bpf_map_lookup_elem(stacks_fd, stack_trace, &stack_id); in pop_owner_stack_trace()
703 bpf_map_delete_elem(stacks_fd, stack_trace); in pop_owner_stack_trace()