Home
last modified time | relevance | path

Searched refs:bpf_map_def (Results 1 – 5 of 5) sorted by relevance

/tools/perf/tests/
Dbpf-script-test-relocation.c19 struct bpf_map_def { struct
27 struct bpf_map_def SEC("maps") my_table = { argument
Dbpf-script-example.c19 struct bpf_map_def { struct
27 struct bpf_map_def SEC("maps") flip_table = { argument
/tools/lib/bpf/
Dlibbpf.h183 struct bpf_map_def { struct
206 const struct bpf_map_def *bpf_map__def(struct bpf_map *map); argument
Dlibbpf.c188 struct bpf_map_def def;
522 nr_maps = size / sizeof(struct bpf_map_def); in bpf_object__init_maps()
539 struct bpf_map_def *def = &obj->maps[i].def; in bpf_object__init_maps()
549 *def = ((struct bpf_map_def *)data)[i]; in bpf_object__init_maps()
576 map_idx = sym.st_value / sizeof(struct bpf_map_def); in bpf_object__init_maps_name()
774 map_idx = sym.st_value / sizeof(struct bpf_map_def); in bpf_program__collect_reloc()
793 struct bpf_map_def *def = &obj->maps[i].def; in bpf_object__create_maps()
1381 const struct bpf_map_def *bpf_map__def(struct bpf_map *map) in bpf_map__def()
/tools/perf/util/
Dbpf-loader.c1002 const struct bpf_map_def *def = bpf_map__def(map); in __bpf_map__config_value()
1062 const struct bpf_map_def *def; in __bpf_map__config_event()
1133 const struct bpf_map_def *def; in config_map_indices_range_check()
1249 const struct bpf_map_def *pdef,
1256 int map_fd, const struct bpf_map_def *pdef, in foreach_key_array_all()
1276 const struct bpf_map_def *pdef, in foreach_key_array_ranges()
1307 const struct bpf_map_def *def; in bpf_map_config_foreach_key()
1452 const struct bpf_map_def *pdef, in apply_obj_config_map_for_key()