Searched refs:print_feature (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | main.c | 106 print_feature(const char *feature, bool state, unsigned int *nb_features) in print_feature() function 178 print_feature("libbfd", has_libbfd, &nb_features); in do_version() 179 print_feature("llvm", has_llvm, &nb_features); in do_version() 180 print_feature("skeletons", has_skeletons, &nb_features); in do_version() 181 print_feature("bootstrap", bootstrap, &nb_features); in do_version()
|
Completed in 5 milliseconds