Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-list.c679 static const char * const sw_globs[] = { "software", "tool" }; in cmd_list() local
681 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()