On Wed, Sep 04, 2019 at 12:54:41PM -0700, Paul Walmsley wrote: > Hello Mao Han, > > On Thu, 29 Aug 2019, Mao Han wrote: > > > This patch add support for perf callchain sampling on riscv platform. > > The return address of leaf function is retrieved from pt_regs as > > it is not saved in the outmost frame. > > > > Signed-off-by: Mao Han <han_...@c-sky.com> > > Cc: Paul Walmsley <paul.walms...@sifive.com> > > Cc: Greentime Hu <green...@gmail.com> > > Cc: Palmer Dabbelt <pal...@sifive.com> > > Cc: linux-riscv <linux-ri...@lists.infradead.org> > > Cc: Christoph Hellwig <h...@lst.de> > > Cc: Guo Ren <guo...@kernel.org> > > There are some 'checkpatch.pl --strict' warnings with this patch (below). > These have been fixed here. The following patch has been queued for > v5.4-rc1 with Greentime's Tested-by:. Thanks for your hard work following > up on the feedback with these patches - Thanks for the fixes. I'll check patches with --strict next time.
Thanks, Mao Han