Re: Implement dwarf variable/type resolving for perf script

2017-11-27 Thread Masami Hiramatsu
Hi Andi, On Mon, 27 Nov 2017 16:23:09 -0800 Andi Kleen wrote: > This patchkit extends perf script to query dwarf information for variable > names or types/structure fields accessed from code. Very interesting! so it is a kind of revert query interface. > > The dwarf resolution is all on top

Implement dwarf variable/type resolving for perf script

2017-11-27 Thread Andi Kleen
This patchkit extends perf script to query dwarf information for variable names or types/structure fields accessed from code. The dwarf resolution is all on top of Masami's perf probe dwarf code. It supports multiple use cases: - When we sample registers it can use the dwarf information to resol