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

Adrian Hunter posted 2 patches 3 years, 6 months ago
tools/lib/perf/evlist.c     | 5 +++--
tools/perf/builtin-record.c | 2 ++
2 files changed, 5 insertions(+), 2 deletions(-)
[PATCH 0/2] perf tools: Fixes for mixing per-thread and per-cpu mmaps
Posted by Adrian Hunter 3 years, 6 months ago
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

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


Regards
Adrian
Re: [PATCH 0/2] perf tools: Fixes for mixing per-thread and per-cpu mmaps
Posted by Namhyung Kim 3 years, 6 months ago
On Thu, Sep 15, 2022 at 5:26 AM Adrian Hunter <adrian.hunter@intel.com> 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@kernel.org>

Thanks,
Namhyung


>
>  tools/lib/perf/evlist.c     | 5 +++--
>  tools/perf/builtin-record.c | 2 ++
>  2 files changed, 5 insertions(+), 2 deletions(-)
>
>
> Regards
> Adrian
Re: [PATCH 0/2] perf tools: Fixes for mixing per-thread and per-cpu mmaps
Posted by Arnaldo Carvalho de Melo 3 years, 6 months ago
Em Fri, Sep 16, 2022 at 11:28:35AM -0700, Namhyung Kim escreveu:
> On Thu, Sep 15, 2022 at 5:26 AM Adrian Hunter <adrian.hunter@intel.com> 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@kernel.org>

Thanks, applied.

- Arnaldo

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

-- 

- Arnaldo