I'm trying to do root-cause analysis for an issue. The cpu perf profile looks like this-
Apparently, more time is used by kubelet and dockerd. But the stack below has [unknown] symbols. How can I enable visualization of entire stack so as to find the go-routines cpu spends time on?
Update 1: Following @coderanger's suggestion I did build binaries manually using - make all GOLDFLAGS=""
And still I am missing some symbols with perf profiling-
Any help appreciated!