Can not issue even a simple command with 1 event. System has already configured with large enough open file numbers limitation:
open files (-n) 252835
Why this tool need so much open files? In the mean time, there should be a workload running there, maybe already taken a lot of open file quotation.
$ AMDuProfCLI collect -e event=pmcx76,interval=250000 -o /tmp -d 30 -p 7861
/opt/AMDuProf_3.5-671/bin/AMDuProfCLI
ERROR : The driver failed to start profiling. (error code 0x8000ffff)
Reasons:
Maximum number of open file descriptors reached. Try with reduced number of events
or, increase the limit with 'ulimit -n <limit>'.