Does pprof CPU profiling work for large executable?
I have a customized version of envoy proxy that has a performance problem. I am trying to do CPU profiling using gperftools to identify the root cause. However, the output of ‘pprof’ has only hex addresses instead of function names. I have tried ‘pprof’ on same system with sample code and it prints the function names properly. I am using the command as follows: