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

2019-08-29 Thread Arnaldo Carvalho de Melo
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 m

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

2019-08-29 Thread Jiri Olsa
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 >

[PATCH v4 1/7] perf: Refactor svg_build_topology_map

2019-08-27 Thread Kyle Meyer
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 Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Alexander Shishkin C