Comment by otterley
Out of curiosity, does Go's built-in pprof yield different results?
The nice thing about Go is that you don't need an eBPF module to get decent profiling.
Also, CPU and memory instrumentation is built into the Linux kernel already.