All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: James Clark <james.clark@arm.com>
Cc: linux-perf-users@vger.kernel.org, coresight@lists.linaro.org,
	leo.yan@linux.dev, irogers@google.com,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Mike Leach <mike.leach@linaro.org>,
	John Garry <john.g.garry@oracle.com>,
	Will Deacon <will@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Namhyung Kim <namhyung@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	"Liang, Kan" <kan.liang@linux.intel.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/3] perf cs-etm: Improve version detection and error reporting
Date: Thu, 2 May 2024 11:35:33 -0300	[thread overview]
Message-ID: <ZjOktWrI2-Db1sNH@x1> (raw)
In-Reply-To: <20240501135753.508022-1-james.clark@arm.com>

On Wed, May 01, 2024 at 02:57:50PM +0100, James Clark wrote:
> Changes since v1:
>   * Add a commit to use struct perf_cpu in place of some of the ints
>   * Add a commit to remove repeated fetches of the ETM PMU

Thanks, applied to perf-tools-next locally, going thru tests.

- Arnaldo
 
> James Clark (3):
>   perf cs-etm: Use struct perf_cpu as much as possible
>   perf cs-etm: Remove repeated fetches of the ETM PMU
>   perf cs-etm: Improve version detection and error reporting
> 
>  tools/perf/arch/arm/util/cs-etm.c | 287 +++++++++++++++---------------
>  1 file changed, 139 insertions(+), 148 deletions(-)
> 
> -- 
> 2.34.1

WARNING: multiple messages have this Message-ID (diff)
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: James Clark <james.clark@arm.com>
Cc: linux-perf-users@vger.kernel.org, coresight@lists.linaro.org,
	leo.yan@linux.dev, irogers@google.com,
	Suzuki K Poulose <suzuki.poulose@arm.com>,
	Mike Leach <mike.leach@linaro.org>,
	John Garry <john.g.garry@oracle.com>,
	Will Deacon <will@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>,
	Namhyung Kim <namhyung@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Jiri Olsa <jolsa@kernel.org>,
	Adrian Hunter <adrian.hunter@intel.com>,
	"Liang, Kan" <kan.liang@linux.intel.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/3] perf cs-etm: Improve version detection and error reporting
Date: Thu, 2 May 2024 11:35:33 -0300	[thread overview]
Message-ID: <ZjOktWrI2-Db1sNH@x1> (raw)
In-Reply-To: <20240501135753.508022-1-james.clark@arm.com>

On Wed, May 01, 2024 at 02:57:50PM +0100, James Clark wrote:
> Changes since v1:
>   * Add a commit to use struct perf_cpu in place of some of the ints
>   * Add a commit to remove repeated fetches of the ETM PMU

Thanks, applied to perf-tools-next locally, going thru tests.

- Arnaldo
 
> James Clark (3):
>   perf cs-etm: Use struct perf_cpu as much as possible
>   perf cs-etm: Remove repeated fetches of the ETM PMU
>   perf cs-etm: Improve version detection and error reporting
> 
>  tools/perf/arch/arm/util/cs-etm.c | 287 +++++++++++++++---------------
>  1 file changed, 139 insertions(+), 148 deletions(-)
> 
> -- 
> 2.34.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2024-05-02 14:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 13:57 [PATCH v2 0/3] perf cs-etm: Improve version detection and error reporting James Clark
2024-05-01 13:57 ` James Clark
2024-05-01 13:57 ` [PATCH v2 1/3] perf cs-etm: Use struct perf_cpu as much as possible James Clark
2024-05-01 13:57   ` James Clark
2024-05-01 13:57 ` [PATCH v2 2/3] perf cs-etm: Remove repeated fetches of the ETM PMU James Clark
2024-05-01 13:57   ` James Clark
2024-05-01 13:57 ` [PATCH v2 3/3] perf cs-etm: Improve version detection and error reporting James Clark
2024-05-01 13:57   ` James Clark
2024-05-02 14:35 ` Arnaldo Carvalho de Melo [this message]
2024-05-02 14:35   ` [PATCH v2 0/3] " Arnaldo Carvalho de Melo

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=ZjOktWrI2-Db1sNH@x1 \
    --to=acme@kernel.org \
    --cc=adrian.hunter@intel.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=coresight@lists.linaro.org \
    --cc=irogers@google.com \
    --cc=james.clark@arm.com \
    --cc=john.g.garry@oracle.com \
    --cc=jolsa@kernel.org \
    --cc=kan.liang@linux.intel.com \
    --cc=leo.yan@linux.dev \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mike.leach@linaro.org \
    --cc=mingo@redhat.com \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=suzuki.poulose@arm.com \
    --cc=will@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 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.