Searched refs:sw_globs (Results 1 – 1 of 1) sorted by relevance
679 static const char * const sw_globs[] = { "software", "tool" }; in cmd_list() local681 for (size_t j = 0; j < ARRAY_SIZE(sw_globs); j++) { in cmd_list()682 ps->pmu_glob = strdup(sw_globs[j]); in cmd_list()