Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/bpf/bpftool/
A Dmain.c106 print_feature(const char *feature, bool state, unsigned int *nb_features) in print_feature() argument
109 printf("%s %s", *nb_features ? "," : "", feature); in print_feature()
110 *nb_features = *nb_features + 1; in print_feature()
168 unsigned int nb_features = 0; in do_version() local
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 3 milliseconds