I'm profiling some binary on CENTOS 7.6 using VTUNE. I've yet to find the function (in vtune output) which is creating tens of thousands of symbolic file system links. And there is another one reading many such links, which I also cannot find. I used both,
- basic hotspot analysis
- locks and waits
Is the "basic hotspot analysis" only user-CPU-time but excludes system-CPU-time?
Where can one find the actually time spent (not CPU time) inside a function?