sys_dir 1392 tools/perf/tests/parse-events.c DIR *sys_dir; sys_dir 1404 tools/perf/tests/parse-events.c sys_dir = opendir(sys_path); sys_dir 1405 tools/perf/tests/parse-events.c TEST_ASSERT_VAL("Can't open sys dir", sys_dir); sys_dir 1407 tools/perf/tests/parse-events.c while ((sys_ent = readdir(sys_dir))) { sys_dir 1417 tools/perf/tests/parse-events.c closedir(sys_dir); sys_dir 156 tools/perf/util/parse-events.c #define for_each_subsystem(sys_dir, sys_dirent) \ sys_dir 157 tools/perf/util/parse-events.c while ((sys_dirent = readdir(sys_dir)) != NULL) \ sys_dir 189 tools/perf/util/parse-events.c DIR *sys_dir, *evt_dir; sys_dir 197 tools/perf/util/parse-events.c sys_dir = tracing_events__opendir(); sys_dir 198 tools/perf/util/parse-events.c if (!sys_dir) sys_dir 201 tools/perf/util/parse-events.c for_each_subsystem(sys_dir, sys_dirent) { sys_dir 225 tools/perf/util/parse-events.c closedir(sys_dir); sys_dir 252 tools/perf/util/parse-events.c closedir(sys_dir); sys_dir 2196 tools/perf/util/parse-events.c DIR *sys_dir, *evt_dir; sys_dir 2205 tools/perf/util/parse-events.c sys_dir = tracing_events__opendir(); sys_dir 2206 tools/perf/util/parse-events.c if (!sys_dir) sys_dir 2215 tools/perf/util/parse-events.c for_each_subsystem(sys_dir, sys_dirent) { sys_dir 2251 tools/perf/util/parse-events.c closedir(sys_dir); sys_dir 2280 tools/perf/util/parse-events.c closedir(sys_dir); sys_dir 2294 tools/perf/util/parse-events.c DIR *sys_dir, *evt_dir; sys_dir 2299 tools/perf/util/parse-events.c sys_dir = tracing_events__opendir(); sys_dir 2300 tools/perf/util/parse-events.c if (!sys_dir) sys_dir 2303 tools/perf/util/parse-events.c for_each_subsystem(sys_dir, sys_dirent) { sys_dir 2316 tools/perf/util/parse-events.c closedir(sys_dir); sys_dir 2324 tools/perf/util/parse-events.c closedir(sys_dir);