What steps will reproduce the problem?
1. generate a cpu profile which contains some inlined functions
2. converted it to callgrind format and open it in kcachegrind
What is the expected output? What do you see instead?
the inlined functions are not visible in kcachegrind while they are present in e.g. the pdf generated by pprof.
What version of the product are you using? On what operating system?
gperftools 2.4 on archlinux
Please provide any additional information below.
the inlined part of the stack is provided addr2line but is ignored by pprof
ExtractCall function.
While the attached patch is really short, it probably requires some cleaning
because those are my verry first lines of perl...
I did not change the output of PrintStacksForText because I have no idea what
it is used for but the same changes can probably be applied there.
Original issue reported on code.google.com by jonathan...@gmail.com on 13 Feb 2015 at 7:31
Original issue reported on code.google.com by
jonathan...@gmail.com
on 13 Feb 2015 at 7:31Attachments: