Searched refs:count_map_fd (Results 1 – 1 of 1) sorted by relevance
2105 int reading_map_fd, count_map_fd; in profile_read_values() 2111 count_map_fd = bpf_map__fd(obj->maps.counts); in profile_read_values() 2112 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values() 2117 err = bpf_map_lookup_elem(count_map_fd, &key, counts); in profile_read_values() 2098 int reading_map_fd, count_map_fd; profile_read_values() local