+42
−0
tools/perf/arch/riscv/Build
0 → 100644
+1
−0
tools/perf/arch/riscv/Makefile
0 → 100644
+4
−0
+96
−0
Loading
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 <han_mao@c-sky.com> Cc: Paul Walmsley <paul.walmsley@sifive.com> Cc: Greentime Hu <green.hu@gmail.com> Cc: Palmer Dabbelt <palmer@sifive.com> Cc: linux-riscv <linux-riscv@lists.infradead.org> Cc: Christoph Hellwig <hch@lst.de> Cc: Guo Ren <guoren@kernel.org> Tested-by:
Greentime Hu <greentime.hu@sifive.com> Signed-off-by:
Paul Walmsley <paul.walmsley@sifive.com>