Searched refs:maxfds (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/pmu-events/ |
| A D | jevents.c | 1204 int maxfds; in main() local 1254 maxfds = get_maxfds(); in main() 1255 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1259 rc = nftw(ldirname, process_one_file, maxfds, 0); in main() 1265 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1269 rc = nftw(ldirname, process_one_file, maxfds, 0); in main()
|
Completed in 5 milliseconds