Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dbtf.h54 * - BTF_SHOW_COMPACT: no formatting around type information
63 #define BTF_SHOW_COMPACT BTF_F_COMPACT macro
/kernel/linux/linux-6.6/include/linux/
H A Dbtf.h162 * - BTF_SHOW_COMPACT: no formatting around type information
171 #define BTF_SHOW_COMPACT BTF_F_COMPACT macro
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c933 return show->flags & BTF_SHOW_COMPACT ? "" : __btf_show_indent(show); in btf_show_indent()
938 return show->flags & BTF_SHOW_COMPACT ? "" : "\n"; in btf_show_newline()
946 if ((show->flags & BTF_SHOW_COMPACT) && show->state.type && in btf_show_delim()
5373 BTF_SHOW_NONAME | BTF_SHOW_COMPACT | in btf_type_seq_show()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c1096 return show->flags & BTF_SHOW_COMPACT ? "" : __btf_show_indent(show); in btf_show_indent()
1101 return show->flags & BTF_SHOW_COMPACT ? "" : "\n"; in btf_show_newline()
1109 if ((show->flags & BTF_SHOW_COMPACT) && show->state.type && in btf_show_delim()
7097 BTF_SHOW_NONAME | BTF_SHOW_COMPACT | in btf_type_seq_show()

Completed in 19 milliseconds