linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guo Ren <guoren@kernel.org>
To: Mao Han <han_mao@c-sky.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH V5 0/2] csky: perf callchain dwarf support
Date: Fri, 19 Apr 2019 19:22:37 +0800	[thread overview]
Message-ID: <20190419112237.GB20554@guoren-Inspiron-7460> (raw)
In-Reply-To: <cover.1555319439.git.han_mao@c-sky.com>

Nice Job, Maomao

Signed-off: Guo Ren <ren_guo@c-sky.com>

On Mon, Apr 15, 2019 at 05:17:28PM +0800, Mao Han wrote:
> This patch set add perf DWARF unwinding support for C-SKY.
> Including user registers/stack dump API, and libdw support.
> 
> CC: Guo Ren <guoren@kernel.org>
> 
> Changes since v4:
>   - remove some of the dwarf regs definition
> 
> Changes since v3:
>   - update with patch from Arnaldo
>     replace other hweight_long with hweight64
> 
> Changes since v2:
>   - use same registers name as struct pt_regs
>   - code convention
> 
> Changes since v1:
>   - seperate the callchain support using frame pointer
> Mao Han (2):
>   csky: Add support for perf registers sampling
>   csky: Add support for libdw
> 
>  arch/csky/Kconfig                            |   2 +
>  arch/csky/include/uapi/asm/perf_regs.h       |  51 ++++++++++++++
>  arch/csky/kernel/Makefile                    |   1 +
>  arch/csky/kernel/perf_regs.c                 |  40 +++++++++++
>  tools/arch/csky/include/uapi/asm/perf_regs.h |  51 ++++++++++++++
>  tools/perf/Makefile.config                   |   6 +-
>  tools/perf/arch/csky/Build                   |   1 +
>  tools/perf/arch/csky/Makefile                |   3 +
>  tools/perf/arch/csky/include/perf_regs.h     | 100 +++++++++++++++++++++++++++
>  tools/perf/arch/csky/util/Build              |   2 +
>  tools/perf/arch/csky/util/dwarf-regs.c       |  49 +++++++++++++
>  tools/perf/arch/csky/util/unwind-libdw.c     |  77 +++++++++++++++++++++
>  12 files changed, 382 insertions(+), 1 deletion(-)
>  create mode 100644 arch/csky/include/uapi/asm/perf_regs.h
>  create mode 100644 arch/csky/kernel/perf_regs.c
>  create mode 100644 tools/arch/csky/include/uapi/asm/perf_regs.h
>  create mode 100644 tools/perf/arch/csky/Build
>  create mode 100644 tools/perf/arch/csky/Makefile
>  create mode 100644 tools/perf/arch/csky/include/perf_regs.h
>  create mode 100644 tools/perf/arch/csky/util/Build
>  create mode 100644 tools/perf/arch/csky/util/dwarf-regs.c
>  create mode 100644 tools/perf/arch/csky/util/unwind-libdw.c
> 
> -- 
> 2.7.4
> 

      parent reply	other threads:[~2019-04-19 18:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-15  9:17 [PATCH V5 0/2] csky: perf callchain dwarf support Mao Han
2019-04-15  9:17 ` [PATCH V5 1/2] csky: Add support for perf registers sampling Mao Han
2019-04-15  9:17 ` [PATCH V5 2/2] csky: Add support for libdw Mao Han
2019-04-19 11:22 ` Guo Ren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190419112237.GB20554@guoren-Inspiron-7460 \
    --to=guoren@kernel.org \
    --cc=han_mao@c-sky.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).