FlameGraph
FlameGraph copied to clipboard
add stackcollapse for pageowner-style pages
Pageowner is another way to get heap profiles with call stacks:
- https://www.kernel.org/doc/html/latest/vm/page_owner.html
So it is super convenient that FlameGraph can also parse that kind of input. (this is based on stackcollapse.pl)
So we just discovered that we can generate flamegraphs from PAGE_OWNER
data and this is pretty cool. @brendangregg do you think you can accept this PR?