Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c2148 static int btf_commit_type(struct btf *btf, int data_sz) in btf_commit_type() function
2230 return btf_commit_type(p->dst, sz); in btf_add_type()
2420 return btf_commit_type(btf, sz); in btf__add_int()
2463 return btf_commit_type(btf, sz); in btf__add_float()
2506 return btf_commit_type(btf, sz); in btf_add_ref_kind()
2558 return btf_commit_type(btf, sz); in btf__add_array()
2590 return btf_commit_type(btf, sz); in btf_add_composite()
2733 return btf_commit_type(btf, sz); in btf_add_enum_common()
3079 return btf_commit_type(btf, sz); in btf__add_func_proto()
3183 return btf_commit_type(btf, sz); in btf__add_var()
[all …]