Re: [PATCH V2] perf test: Basic branch counter support

From: Arnaldo Carvalho de Melo
Date: Wed Nov 22 2023 - 06:56:26 EST


Em Mon, Nov 20, 2023 at 04:22:24PM -0800, Ian Rogers escreveu:
> On Mon, Nov 13, 2023 at 8:12 AM Liang, Kan <kan.liang@xxxxxxxxxxxxxxx> wrote:
> > On 2023-11-07 1:40 p.m., kan.liang@xxxxxxxxxxxxxxx wrote:
> > > From: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>

> > > Add a basic test for the branch counter feature.

> > > The test verifies that
> > > - The new filter can be successfully applied on the supported platforms.
> > > - The counter value can be outputted via the perf report -D

> > > Signed-off-by: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>

> > Any comments for this patch?

> Confirmed the wildcard works as expected.
> Tested-by: Ian Rogers <irogers@xxxxxxxxxx>

Thanks, applied to perf-tools-next.

- Arnaldo