Home
last modified time | relevance | path

Searched refs:BTF_SHOW_ZERO (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbtf.h58 * - BTF_SHOW_ZERO: show zero-valued struct/union members; they
66 #define BTF_SHOW_ZERO BTF_F_ZERO macro
/kernel/linux/linux-6.6/include/linux/
H A Dbtf.h166 * - BTF_SHOW_ZERO: show zero-valued struct/union members; they
174 #define BTF_SHOW_ZERO BTF_F_ZERO macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c971 if ((value) != 0 || (show->flags & BTF_SHOW_ZERO) || \
2761 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) { in btf_array_show()
3070 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) { in btf_struct_show()
5374 BTF_SHOW_ZERO | BTF_SHOW_UNSAFE); in btf_type_seq_show()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c1135 (show->flags & BTF_SHOW_ZERO) || \
3027 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) { in btf_array_show()
3966 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) { in btf_struct_show()
7098 BTF_SHOW_ZERO | BTF_SHOW_UNSAFE); in btf_type_seq_show()

Completed in 19 milliseconds