FlameGraph icon indicating copy to clipboard operation
FlameGraph copied to clipboard

add stackcollapse for pageowner-style pages

Open xxandy opened this issue 3 years ago • 1 comments

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)

xxandy avatar Oct 21 '21 02:10 xxandy

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?

sergey-senozhatsky avatar May 16 '24 01:05 sergey-senozhatsky