Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dpmu.c1863 DIR *caps_dir; in perf_pmu__caps_parse() local
1880 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1881 if (!caps_dir) in perf_pmu__caps_parse()
1884 caps_fd = dirfd(caps_dir); in perf_pmu__caps_parse()
1886 while ((evt_ent = readdir(caps_dir)) != NULL) { in perf_pmu__caps_parse()
1914 closedir(caps_dir); in perf_pmu__caps_parse()