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

From: Ian Rogers
Date: Mon Mar 20 2023 - 14:48:05 EST


On Mon, Mar 20, 2023 at 11:35 AM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>
> 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.
>

Series:
Acked-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks,
Ian

> 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