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

Message ID 20230320183517.15099-1-adrian.hunter@intel.com
Headers
Series perf intel-pt: Small updates |

Message

Adrian Hunter March 20, 2023, 6:35 p.m. UTC
  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
  

Comments

Ian Rogers March 20, 2023, 6:40 p.m. UTC | #1
On Mon, Mar 20, 2023 at 11:35 AM Adrian Hunter <adrian.hunter@intel.com> 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@google.com>

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
  
Arnaldo Carvalho de Melo March 20, 2023, 10:25 p.m. UTC | #2
Em Mon, Mar 20, 2023 at 11:40:06AM -0700, Ian Rogers escreveu:
> On Mon, Mar 20, 2023 at 11:35 AM Adrian Hunter <adrian.hunter@intel.com> 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@google.com>

Thanks, applied.

- Arnaldo