mbox series

[v2,0/3] perf cs-etm: Improve version detection and error reporting

Message ID 20240501135753.508022-1-james.clark@arm.com (mailing list archive)
Headers show
Series perf cs-etm: Improve version detection and error reporting | expand

Message

James Clark May 1, 2024, 1:57 p.m. UTC
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

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(-)

Comments

Arnaldo Carvalho de Melo May 2, 2024, 2:35 p.m. UTC | #1
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