Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2335 DIR *pwd_dir; in switch_data_file() local
2343 pwd_dir = opendir(pwd); in switch_data_file()
2344 if (!pwd_dir) in switch_data_file()
2350 while ((dent = readdir(pwd_dir))) { in switch_data_file()
2392 closedir(pwd_dir); in switch_data_file()