Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
Dprog.c1760 int reading_map_fd, count_map_fd; in profile_read_values() local
1765 reading_map_fd = bpf_map__fd(obj->maps.accum_readings); in profile_read_values()
1767 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values()
1788 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in profile_read_values()