Searched refs:reading_map_fd (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | bpf_counter_cgroup.c | 247 int reading_map_fd, err = 0; in bperf_cgrp__read() local 258 reading_map_fd = bpf_map__fd(skel->maps.cgrp_readings); in bperf_cgrp__read() 265 err = bpf_map_lookup_elem(reading_map_fd, &idx, values); in bperf_cgrp__read()
|
D | bpf_counter.c | 234 int reading_map_fd; in bpf_program_profiler__read() local 251 reading_map_fd = bpf_map__fd(skel->maps.accum_readings); in bpf_program_profiler__read() 253 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in bpf_program_profiler__read() 634 int reading_map_fd, err = 0; in bperf__read() local 639 reading_map_fd = bpf_map__fd(skel->maps.accum_readings); in bperf__read() 645 err = bpf_map_lookup_elem(reading_map_fd, &i, values); in bperf__read()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | prog.c | 1993 int reading_map_fd, count_map_fd; in profile_read_values() local 1998 reading_map_fd = bpf_map__fd(obj->maps.accum_readings); in profile_read_values() 2000 if (reading_map_fd < 0 || count_map_fd < 0) { in profile_read_values() 2021 err = bpf_map_lookup_elem(reading_map_fd, &key, values); in profile_read_values()
|