Searched refs:format_dir (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/util/
H A Dpmu.c188 DIR *format_dir; local
191 format_dir = fdopendir(dirfd);
192 if (!format_dir)
195 while ((evt_ent = readdir(format_dir)) != NULL) {
226 closedir(format_dir);

Completed in 109 milliseconds