Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dpmu.c1673 DIR *caps_dir; in perf_pmu__caps_parse() local
1686 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1687 if (!caps_dir) in perf_pmu__caps_parse()
1690 while ((evt_ent = readdir(caps_dir)) != NULL) { in perf_pmu__caps_parse()
1715 closedir(caps_dir); in perf_pmu__caps_parse()