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

/linux-master/include/linux/
H A Dbtf.h175 * - BTF_SHOW_COMPACT: no formatting around type information
184 #define BTF_SHOW_COMPACT BTF_F_COMPACT macro
/linux-master/kernel/bpf/
H A Dbtf.c1118 return show->flags & BTF_SHOW_COMPACT ? "" : __btf_show_indent(show);
1123 return show->flags & BTF_SHOW_COMPACT ? "" : "\n";
1131 if ((show->flags & BTF_SHOW_COMPACT) && show->state.type &&
7376 BTF_SHOW_NONAME | BTF_SHOW_COMPACT |

Completed in 145 milliseconds