All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Walker <robert.walker@arm.com>
To: acme@kernel.org, Mathieu Poirier <mathieu.poirier@linaro.org>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: Robert Walker <robert.walker@arm.com>, coresight@lists.linaro.org
Subject: [PATCH v2 0/3] Perf inject for ETM trace
Date: Wed, 14 Feb 2018 11:24:38 +0000	[thread overview]
Message-ID: <1518607481-4059-1-git-send-email-robert.walker@arm.com> (raw)

Hi,

These patches add support for using perf inject to generate branch events,
instruction events and branch stacks from CoreSight ETM traces.

They apply to linus's tree with the memory cleanup fix from
https://lkml.org/lkml/2018/1/25/432

Changes since v1:
 * Split documentation update into separate patch
 * Added null pointer check
 * Moved some changes from patch 2 to patch 1

Regards

Rob Walker

Robert Walker (3):
  perf tools: inject capabilitity for CoreSight traces
  perf inject: Emit instruction records on ETM trace discontinuity
  coresight: Update documentation for perf usage

 Documentation/trace/coresight.txt               |  51 +++
 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c |  74 +++-
 tools/perf/util/cs-etm-decoder/cs-etm-decoder.h |   2 +
 tools/perf/util/cs-etm.c                        | 472 +++++++++++++++++++++---
 4 files changed, 533 insertions(+), 66 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: robert.walker@arm.com (Robert Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Perf inject for ETM trace
Date: Wed, 14 Feb 2018 11:24:38 +0000	[thread overview]
Message-ID: <1518607481-4059-1-git-send-email-robert.walker@arm.com> (raw)

Hi,

These patches add support for using perf inject to generate branch events,
instruction events and branch stacks from CoreSight ETM traces.

They apply to linus's tree with the memory cleanup fix from
https://lkml.org/lkml/2018/1/25/432

Changes since v1:
 * Split documentation update into separate patch
 * Added null pointer check
 * Moved some changes from patch 2 to patch 1

Regards

Rob Walker

Robert Walker (3):
  perf tools: inject capabilitity for CoreSight traces
  perf inject: Emit instruction records on ETM trace discontinuity
  coresight: Update documentation for perf usage

 Documentation/trace/coresight.txt               |  51 +++
 tools/perf/util/cs-etm-decoder/cs-etm-decoder.c |  74 +++-
 tools/perf/util/cs-etm-decoder/cs-etm-decoder.h |   2 +
 tools/perf/util/cs-etm.c                        | 472 +++++++++++++++++++++---
 4 files changed, 533 insertions(+), 66 deletions(-)

-- 
2.7.4

             reply	other threads:[~2018-02-14 11:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-14 11:24 Robert Walker [this message]
2018-02-14 11:24 ` [PATCH v2 0/3] Perf inject for ETM trace Robert Walker
2018-02-14 11:24 ` [PATCH v2 1/3] perf tools: inject capabilitity for CoreSight traces Robert Walker
2018-02-14 11:24   ` Robert Walker
2018-02-17 11:32   ` [tip:perf/core] perf cs-etm: Inject " tip-bot for Robert Walker
2018-02-14 11:24 ` [PATCH v2 2/3] perf inject: Emit instruction records on ETM trace discontinuity Robert Walker
2018-02-14 11:24   ` Robert Walker
2018-02-17 11:32   ` [tip:perf/core] " tip-bot for Robert Walker
2018-02-14 11:24 ` [PATCH v2 3/3] coresight: Update documentation for perf usage Robert Walker
2018-02-14 11:24   ` Robert Walker
2018-02-17 11:33   ` [tip:perf/core] " tip-bot for Robert Walker

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=1518607481-4059-1-git-send-email-robert.walker@arm.com \
    --to=robert.walker@arm.com \
    --cc=acme@kernel.org \
    --cc=coresight@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.poirier@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.