Re: [PATCH v4 1/7] perf: Refactor svg_build_topology_map

From: Arnaldo Carvalho de Melo
Date: Thu Aug 29 2019 - 11:49:40 EST


Em Thu, Aug 29, 2019 at 11:11:22AM +0200, Jiri Olsa escreveu:
> On Tue, Aug 27, 2019 at 04:43:46PM -0500, Kyle Meyer wrote:
> > Exchange the parameters of svg_build_topology_map with struct perf_env
> > *env and adjust the function accordingly. This patch should not change any
> > behavior, it is merely refactoring for the following patch.
> >
> > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> > Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> > Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
> > Cc: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
> > Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
> > Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
> > Cc: linux-kernel@xxxxxxxxxxxxxxx
> > Cc: Russ Anderson <russ.anderson@xxxxxxx>
> > Signed-off-by: Kyle Meyer <kyle.meyer@xxxxxxx>
>
> for the patchset:
>
> Reviewed-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Thanks, applied to perf/core.

- Arnaldo