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

/linux-master/include/linux/
H A Dbtf.h179 * - BTF_SHOW_ZERO: show zero-valued struct/union members; they
187 #define BTF_SHOW_ZERO BTF_F_ZERO macro
/linux-master/kernel/bpf/
H A Dbtf.c1157 (show->flags & BTF_SHOW_ZERO) || \
3070 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) {
4034 if (show->state.depth > 0 && !(show->flags & BTF_SHOW_ZERO)) {
7377 BTF_SHOW_ZERO | BTF_SHOW_UNSAFE);

Completed in 131 milliseconds