distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
184 stars 108 forks source link

Flamegraph support for bpftrace #1378

Open sourabhtk37 opened 4 years ago

sourabhtk37 commented 4 years ago

Flamegraph consumes bpftrace output as well.

We already have bpftrace tool integration working with pbench. It would be good to get flamegraph viz added.

portante commented 4 years ago

@Anisha1234, have you made any progress on this issue?

anishaswain commented 4 years ago

@portante the approach to the flamegraph generation here will be different from perf data. We(Myself and @sourabhtk37 ) are currently working on the approach we should take to resolve it.

portante commented 4 years ago

@Anisha1234, any updated on the status of this work?