Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_counter_cgroup.c274 int reading_map_fd, err = 0; in bperf_cgrp__read() local
285 reading_map_fd = bpf_map__fd(skel->maps.cgrp_readings); in bperf_cgrp__read()
292 err = bpf_map_lookup_elem(reading_map_fd, &idx, values); in bperf_cgrp__read()
H A Dbpf_counter.c295 int reading_map_fd; in bpf_program_profiler__read() local
312 reading_map_fd = bpf_map__fd(skel->maps.accum_readings); in bpf_program_profiler__read()
314 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in bpf_program_profiler__read()
697 int reading_map_fd, err = 0; in bperf__read() local
702 reading_map_fd = bpf_map__fd(skel->maps.accum_readings); in bperf__read()
708 err = bpf_map_lookup_elem(reading_map_fd, &i, values); in bperf__read()