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.c1944 DIR *caps_dir; in perf_pmu__caps_parse() local
1961 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1962 if (!caps_dir) in perf_pmu__caps_parse()
1965 caps_fd = dirfd(caps_dir); in perf_pmu__caps_parse()
1967 while ((evt_ent = readdir(caps_dir)) != NULL) { in perf_pmu__caps_parse()
1995 closedir(caps_dir); in perf_pmu__caps_parse()