Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpmu.c1690 DIR *caps_dir; in perf_pmu__caps_parse() local
1703 caps_dir = opendir(caps_path); in perf_pmu__caps_parse()
1704 if (!caps_dir) in perf_pmu__caps_parse()
1707 while ((evt_ent = readdir(caps_dir)) != NULL) { in perf_pmu__caps_parse()
1732 closedir(caps_dir); in perf_pmu__caps_parse()