Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dpmu.c1943 DIR *caps_dir; in perf_pmu__caps_parse() local
1960 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1961 if (!caps_dir) in perf_pmu__caps_parse()
1964 caps_fd = dirfd(caps_dir); in perf_pmu__caps_parse()
1966 while ((evt_ent = readdir(caps_dir)) != NULL) { in perf_pmu__caps_parse()
1994 closedir(caps_dir); in perf_pmu__caps_parse()