Searched refs:is_skel_data (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 263 static bool is_skel_data(const struct bpf_map *map, char *buf, size_t sz) in is_skel_data() function 289 return is_skel_data(map, buf, sz) && bpf_map__type(map) != BPF_MAP_TYPE_PERCPU_ARRAY; in is_mmapable_map() 307 if (!is_skel_data(map, map_ident, sizeof(map_ident))) in codegen_datasecs() 537 if (!is_skel_data(map, map_ident, sizeof(map_ident))) in codegen_asserts() 688 if (is_skel_data(map, ident, sizeof(ident))) in codegen_destroy() 760 if (!is_skel_data(map, ident, sizeof(ident))) in gen_trace() 868 if (!is_skel_data(map, ident, sizeof(ident))) in gen_trace() 988 if (mmaped && is_skel_data(map, ident, sizeof(ident))) { in codegen_maps_skeleton()
|