Home
last modified time | relevance | path

Searched refs:BTF_PRINT_ARG (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/bpf/bpftool/
Dbtf_dumper.c402 #define BTF_PRINT_ARG(...) \ macro
430 BTF_PRINT_ARG("void "); in __btf_dumper_type_only()
439 BTF_PRINT_ARG("%s ", btf__name_by_offset(btf, t->name_off)); in __btf_dumper_type_only()
442 BTF_PRINT_ARG("struct %s ", in __btf_dumper_type_only()
446 BTF_PRINT_ARG("union %s ", in __btf_dumper_type_only()
450 BTF_PRINT_ARG("enum %s ", in __btf_dumper_type_only()
456 BTF_PRINT_ARG("[%d]", array->nelems); in __btf_dumper_type_only()
460 BTF_PRINT_ARG("* "); in __btf_dumper_type_only()
463 BTF_PRINT_ARG("%s %s ", in __btf_dumper_type_only()
468 BTF_PRINT_ARG("volatile "); in __btf_dumper_type_only()
[all …]