Home
last modified time | relevance | path

Searched refs:count_map_fd (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dprog.c1762 int reading_map_fd, count_map_fd; in profile_read_values() local
1768 count_map_fd = bpf_map__fd(obj->maps.counts); in profile_read_values()
1769 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values()
1774 err = bpf_map_lookup_elem(count_map_fd, &key, counts); in profile_read_values()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dprog.c2087 int reading_map_fd, count_map_fd; in profile_read_values() local
2093 count_map_fd = bpf_map__fd(obj->maps.counts); in profile_read_values()
2094 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values()
2099 err = bpf_map_lookup_elem(count_map_fd, &key, counts); in profile_read_values()

Completed in 6 milliseconds