Searched refs:btf_type_kflag (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dbtf.h412 static inline bool btf_type_kflag(const struct btf_type *t) function
420 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset)
427 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset)
/linux-master/kernel/bpf/
H A Dbtf.c901 if (btf_type_kflag(s)) {
1510 if (btf_type_kflag(struct_type))
2230 if (btf_type_kflag(t)) {
2563 if (btf_type_kflag(t)) {
2838 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct");
2904 if (btf_type_kflag(t)) {
3231 if (btf_type_kflag(v->t))
3261 if (btf_type_kflag(v->t))
4176 fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n";
4218 if (btf_type_kflag(
[all...]
/linux-master/kernel/trace/
H A Dtrace_probe.c564 if (btf_type_kflag(type)) {

Completed in 268 milliseconds