Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dbtf_dumper.c566 #define BTF_PRINT_ARG(...) \ macro
590 BTF_PRINT_ARG("void "); in __btf_dumper_type_only()
599 BTF_PRINT_ARG("%s ", btf__name_by_offset(btf, t->name_off)); in __btf_dumper_type_only()
602 BTF_PRINT_ARG("struct %s ", in __btf_dumper_type_only()
606 BTF_PRINT_ARG("union %s ", in __btf_dumper_type_only()
610 BTF_PRINT_ARG("enum %s ", in __btf_dumper_type_only()
616 BTF_PRINT_ARG("[%d]", array->nelems); in __btf_dumper_type_only()
620 BTF_PRINT_ARG("* "); in __btf_dumper_type_only()
623 BTF_PRINT_ARG("%s %s ", in __btf_dumper_type_only()
628 BTF_PRINT_ARG("volatil in __btf_dumper_type_only()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dbtf_dumper.c604 #define BTF_PRINT_ARG(...) \ macro
628 BTF_PRINT_ARG("void "); in __btf_dumper_type_only()
638 BTF_PRINT_ARG("%s ", btf__name_by_offset(btf, t->name_off)); in __btf_dumper_type_only()
641 BTF_PRINT_ARG("struct %s ", in __btf_dumper_type_only()
645 BTF_PRINT_ARG("union %s ", in __btf_dumper_type_only()
650 BTF_PRINT_ARG("enum %s ", in __btf_dumper_type_only()
656 BTF_PRINT_ARG("[%d]", array->nelems); in __btf_dumper_type_only()
660 BTF_PRINT_ARG("* "); in __btf_dumper_type_only()
663 BTF_PRINT_ARG("%s %s ", in __btf_dumper_type_only()
668 BTF_PRINT_ARG("volatil in __btf_dumper_type_only()
[all...]

Completed in 3 milliseconds