[PATCH 0/2] perf intel-pt: Small updates

From: Adrian Hunter
Date: Mon Mar 20 2023 - 14:46:18 EST


Hi

Here are 2 small updates for Intel PT.

The first is just a couple of new event type names.

The second is a small change to Intel PT as it relates to
Intel FRED. The patch is standalone but, for anyone
interested, you can search LKML for FRED to find out more
about Intel FRED implementation.


Adrian Hunter (2):
perf intel-pt: Add event type names UINTR and UIRET
perf intel-pt: Add support for new branch instructions ERETS and ERETU

tools/perf/arch/x86/tests/insn-x86.c | 4 ++++
tools/perf/builtin-script.c | 2 +-
.../perf/util/intel-pt-decoder/intel-pt-insn-decoder.c | 18 ++++++++++++++++++
.../perf/util/intel-pt-decoder/intel-pt-insn-decoder.h | 2 ++
4 files changed, 25 insertions(+), 1 deletion(-)


Regards
Adrian