Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf_lock_contention.c554 int stacks_fd, stat_fd; in pop_owner_stack_trace() local
562 stacks_fd = bpf_map__fd(skel->maps.owner_stacks); in pop_owner_stack_trace()
564 if (!stacks_fd || !stat_fd) in pop_owner_stack_trace()
571 if (bpf_map_get_next_key(stacks_fd, NULL, stack_trace)) in pop_owner_stack_trace()
574 bpf_map_lookup_elem(stacks_fd, stack_trace, &stack_id); in pop_owner_stack_trace()
597 bpf_map_delete_elem(stacks_fd, stack_trace); in pop_owner_stack_trace()