Searched refs:bpf_map__resize (Results 1 – 6 of 6) sorted by relevance
133 bpf_map__resize;
447 LIBBPF_API int bpf_map__resize(struct bpf_map *map, __u32 max_entries);
3682 int bpf_map__resize(struct bpf_map *map, __u32 max_entries) in bpf_map__resize() function
2017 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()2018 bpf_map__resize(profile_obj->maps.fentry_readings, num_metric); in do_profile()2019 bpf_map__resize(profile_obj->maps.accum_readings, num_metric); in do_profile()2020 bpf_map__resize(profile_obj->maps.counts, 1); in do_profile()
413 bpf_map__resize(map, num_map_entries); in fixup_map()
154 bpf_map__resize(skel->maps.ringbuf, args.ringbuf_sz); in ringbuf_setup_skeleton()