Searched refs:feature_list (Results 1 – 4 of 4) sorted by relevance
98 const struct kvm_msr_list *feature_list; in main() local110 feature_list = kvm_get_feature_msr_index_list(); in main()111 for (i = 0; i < feature_list->nmsrs; i++) in main()112 test_feature_msr(feature_list->indices[i]); in main()
22 "perf check feature <feature_list>",124 * Usage: 'perf check feature <feature_list>'126 * <feature_list> can be a single feature name/macro, or a comma-separated list137 char *feature_list; in subcommand_feature() local 153 /* feature_list is a non-const copy of 'argv[0]' */ in subcommand_feature() 154 feature_list = strdup(argv[0]); in subcommand_feature() 155 if (!feature_list) { in subcommand_feature() 160 feature_name = strtok(feature_list, ","); in subcommand_feature() 167 free(feature_list); in subcommand_feature()
19 static struct feature feature_list[] = { variable30 for (f = &feature_list[0]; f->compat != 0; f++) { \
12 'perf check' {feature <feature_list>} [<options>]