Re: [PATCH 0/2] perf tools: Fixes for mixing per-thread and per-cpu mmaps

From: Namhyung Kim
Date: Fri Sep 16 2022 - 14:28:57 EST


On Thu, Sep 15, 2022 at 5:26 AM Adrian Hunter <adrian.hunter@xxxxxxxxx> wrote:
>
> Hi
>
> Here are a couple more small fixes.
>
>
> Adrian Hunter (2):
> perf record: Fix cpu mask bit setting for mixed mmaps
> libperf evlist: Fix polling of system-wide events

Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>

Thanks,
Namhyung


>
> tools/lib/perf/evlist.c | 5 +++--
> tools/perf/builtin-record.c | 2 ++
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
>
> Regards
> Adrian