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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c128 #define for_each_subsystem(sys_dir, sys_dirent, sys_next) \
129 while (!readdir_r(sys_dir, &sys_dirent, &sys_next) && sys_next) \
134 static int tp_event_has_id(struct dirent *sys_dir, struct dirent *evt_dir) argument
140 sys_dir->d_name, evt_dir->d_name);
162 DIR *sys_dir, *evt_dir; local
173 sys_dir = opendir(debugfs_path);
174 if (!sys_dir)
177 for_each_subsystem(sys_dir, sys_dirent, sys_next) {
200 closedir(sys_dir);
223 closedir(sys_dir);
877 DIR *sys_dir, *evt_dir; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dparse-events.c128 #define for_each_subsystem(sys_dir, sys_dirent, sys_next) \
129 while (!readdir_r(sys_dir, &sys_dirent, &sys_next) && sys_next) \
134 static int tp_event_has_id(struct dirent *sys_dir, struct dirent *evt_dir) argument
140 sys_dir->d_name, evt_dir->d_name);
162 DIR *sys_dir, *evt_dir; local
173 sys_dir = opendir(debugfs_path);
174 if (!sys_dir)
177 for_each_subsystem(sys_dir, sys_dirent, sys_next) {
200 closedir(sys_dir);
223 closedir(sys_dir);
877 DIR *sys_dir, *evt_dir; local
[all...]

Completed in 62 milliseconds