Re: [PATCH V7 2/2] riscv: Add support for libdw

2019-09-05 Thread Paul Walmsley
On Thu, 5 Sep 2019, Mao Han wrote: > This patch adds support for DWARF register mappings and libdw registers > initialization, which is used by perf callchain analyzing when > --call-graph=dwarf is given. > > Signed-off-by: Mao Han > Cc: Paul Walmsley > Cc: Greentime Hu > Cc: Palmer Dabbelt >

[PATCH V7 2/2] riscv: Add support for libdw

2019-09-04 Thread Mao Han
This patch adds support for DWARF register mappings and libdw registers initialization, which is used by perf callchain analyzing when --call-graph=dwarf is given. Signed-off-by: Mao Han Cc: Paul Walmsley Cc: Greentime Hu Cc: Palmer Dabbelt Cc: linux-riscv Cc: Christoph Hellwig Cc: Guo Ren