Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbtf.h429 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function
437 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()
444 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
/linux-6.15/kernel/bpf/
H A Dbtf.c901 if (btf_type_kflag(s)) { in btf_member_is_reg_int()
2246 if (btf_type_kflag(t)) { in btf_int_check_meta()
2920 if (btf_type_kflag(t)) { in btf_array_check_meta()
3247 if (btf_type_kflag(v->t)) in btf_struct_resolve()
4400 if (btf_type_kflag(t)) in btf_enum_show()
4503 if (btf_type_kflag(t)) in btf_enum64_show()
4537 if (btf_type_kflag(t)) { in btf_func_proto_check_meta()
4621 if (btf_type_kflag(t)) { in btf_func_check_meta()
4674 if (btf_type_kflag(t)) { in btf_var_check_meta()
4740 if (btf_type_kflag(t)) { in btf_datasec_check_meta()
[all …]
/linux-6.15/tools/lib/bpf/
H A Dbtf_relocate.c21 #define btf_kflag btf_type_kflag
/linux-6.15/kernel/trace/
H A Dtrace_probe.c578 if (btf_type_kflag(type)) { in parse_btf_field()