Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c2173 static int btf_add_composite(struct btf *btf, int kind, const char *name, __u32 bytes_sz) in btf_add_composite() function
2216 return btf_add_composite(btf, BTF_KIND_STRUCT, name, byte_sz); in btf__add_struct()
2234 return btf_add_composite(btf, BTF_KIND_UNION, name, byte_sz); in btf__add_union()
5454 err = btf_add_composite(dist->pipe.dst, kind, name, t->size); in btf_add_distilled_types()