Searched refs:reading_map_fd (Results 1 – 2 of 2) sorted by relevance
238 int reading_map_fd, err = 0; in bperf_cgrp__read() local249 reading_map_fd = bpf_map__fd(skel->maps.cgrp_readings); in bperf_cgrp__read()256 err = bpf_map_lookup_elem(reading_map_fd, &idx, values); in bperf_cgrp__read()
2105 int reading_map_fd, count_map_fd; in profile_read_values() local2110 reading_map_fd = bpf_map__fd(obj->maps.accum_readings); in profile_read_values()2112 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values()2133 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in profile_read_values()