Searched refs:btf_commit_type (Results 1 – 1 of 1) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | btf.c | 1777 static int btf_commit_type(struct btf *btf, int data_sz) in btf_commit_type() function 1859 return btf_commit_type(p->dst, sz); in btf_add_type() 2037 return btf_commit_type(btf, sz); in btf__add_int() 2078 return btf_commit_type(btf, sz); in btf__add_float() 2119 return btf_commit_type(btf, sz); in btf_add_ref_kind() 2169 return btf_commit_type(btf, sz); in btf__add_array() 2199 return btf_commit_type(btf, sz); in btf_add_composite() 2336 return btf_commit_type(btf, sz); in btf_add_enum_common() 2657 return btf_commit_type(btf, sz); in btf__add_func_proto() 2756 return btf_commit_type(btf, sz); in btf__add_var() [all …]
|