Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1319 DIR *pwd_dir; in switch_data_file() local
1327 pwd_dir = opendir(pwd); in switch_data_file()
1328 if (!pwd_dir) in switch_data_file()
1334 while ((dent = readdir(pwd_dir))) { in switch_data_file()
1376 closedir(pwd_dir); in switch_data_file()