Re: [PATCH V2 0/5] support PERF_SAMPLE_PHYS_ADDR (user)

From: Arnaldo Carvalho de Melo
Date: Fri Sep 01 2017 - 13:39:59 EST


Em Fri, Sep 01, 2017 at 05:45:02PM +0200, Jiri Olsa escreveu:
> On Tue, Aug 29, 2017 at 01:11:07PM -0400, kan.liang@xxxxxxxxx wrote:
> > From: Kan Liang <kan.liang@xxxxxxxxx>
> >
> > The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool.
> > The kernel patch has been merged, which commit ID is
> > fc7ce9c74c3a ("perf/core, x86: Add PERF_SAMPLE_PHYS_ADDR").
> >
> > Changes since V1:
> > - Don't mandate SAMPLE_ADDR when SAMPLE_PHYS_ADDR
> > - Update change log
> >
> > Kan Liang (5):
> > perf tools: support new sample type for physical address
> > perf tools: add sort option for physical address
> > perf mem: support physical address
> > perf script: support physical address
> > perf test: add test case for PERF_SAMPLE_PHYS_ADDR
>
> apart from the nit in patch 1

Which I folded your patch into

> Tested/Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

I think in this case a Tested-by: is a super ack, right?

So I'll leave it as:

Tested-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Ok?

- Arnaldo