Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/browsers/
Dhists.c2347 DIR *pwd_dir; in switch_data_file() local
2355 pwd_dir = opendir(pwd); in switch_data_file()
2356 if (!pwd_dir) in switch_data_file()
2362 while ((dent = readdir(pwd_dir))) { in switch_data_file()
2404 closedir(pwd_dir); in switch_data_file()