Searched refs:btf_commit_type (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | btf.c | 1775 static int btf_commit_type(struct btf *btf, int data_sz) in btf_commit_type() function 1857 return btf_commit_type(p->dst, sz); in btf_add_type() 2035 return btf_commit_type(btf, sz); in btf__add_int() 2076 return btf_commit_type(btf, sz); in btf__add_float() 2117 return btf_commit_type(btf, sz); in btf_add_ref_kind() 2167 return btf_commit_type(btf, sz); in btf__add_array() 2197 return btf_commit_type(btf, sz); in btf_add_composite() 2334 return btf_commit_type(btf, sz); in btf_add_enum_common() 2655 return btf_commit_type(btf, sz); in btf__add_func_proto() 2754 return btf_commit_type(btf, sz); in btf__add_var() [all …]
|