[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c

Ali Saidi posted 4 patches 4 years, 2 months ago
There is a newer version of this series
tools/arch/arm64/include/asm/cputype.h        | 258 ++++++++++++++++++
.../util/arm-spe-decoder/arm-spe-decoder.c    |   1 +
.../util/arm-spe-decoder/arm-spe-decoder.h    |  12 +
tools/perf/util/arm-spe.c                     | 110 +++++++-
tools/perf/util/mem-events.c                  |  20 +-
5 files changed, 383 insertions(+), 18 deletions(-)
create mode 100644 tools/arch/arm64/include/asm/cputype.h
[PATCH v4 0/4] perf: arm-spe: Decode SPE source and use for perf c2c
Posted by Ali Saidi 4 years, 2 months ago
When synthesizing data from SPE, augment the type with source information
for Arm Neoverse cores so we can detect situtions like cache line
contention and transfers on Arm platforms. 

This changes enables the expected behavior of perf c2c on a system with
SPE where lines that are shared among multiple cores show up in perf c2c
output. 

These changes switch to use mem_lvl_num to encode the level information
instead of mem_lvl which is being deprecated, but I haven't found other
users of mem_lvl_num. 

Changes in v4:
  * Bring-in the kernel's arch/arm64/include/asm/cputype.h into tools/ 
  * Add neoverse-v1 to the neoverse cores list

Ali Saidi (4):
  tools: arm64: Import cputype.h
  perf arm-spe: Use SPE data source for neoverse cores
  perf mem: Support mem_lvl_num in c2c command
  perf mem: Support HITM for when mem_lvl_num is any

 tools/arch/arm64/include/asm/cputype.h        | 258 ++++++++++++++++++
 .../util/arm-spe-decoder/arm-spe-decoder.c    |   1 +
 .../util/arm-spe-decoder/arm-spe-decoder.h    |  12 +
 tools/perf/util/arm-spe.c                     | 110 +++++++-
 tools/perf/util/mem-events.c                  |  20 +-
 5 files changed, 383 insertions(+), 18 deletions(-)
 create mode 100644 tools/arch/arm64/include/asm/cputype.h

-- 
2.32.0