koute / not-perf

A sampling CPU profiler for Linux
Apache License 2.0
868 stars 40 forks source link

Support for pprof profiling data #36

Open dprogm opened 11 months ago

dprogm commented 11 months ago

Hello everybody :wink:

This is a feature request for supporting the profiling format of pprof

https://github.com/google/pprof/blob/main/proto/profile.proto

Because the native output format seems not to be compatible with the perf profiling data, it is currently not possible to use the tool pprof. Correct me if I am wrong here.