[PATCH 0/2] perf: Refactor perf and replace MAX_NR_CPUS

From: Kyle Meyer
Date: Tue Aug 13 2019 - 17:06:04 EST


Although the macro MAX_NR_CPUS has been increased to 2048 it would be nice to
replace it with a dynamic value. The purpose of this patch series is to replace
MAX_NR_CPUS throughout perf wherever possible.

Kyle Meyer (2):
Refactor svg_build_topology_map
Replace MAX_NR_CPUS with dynamic alternatives

tools/perf/builtin-timechart.c | 5 +----
tools/perf/util/header.c | 6 ++---
tools/perf/util/machine.c | 11 +++++-----
tools/perf/util/session.c | 6 ++---
tools/perf/util/stat.c | 4 ++--
tools/perf/util/svghelper.c | 50 ++++++++++++++++++++----------------------
tools/perf/util/svghelper.h | 4 +++-
7 files changed, 42 insertions(+), 44 deletions(-)

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>
--
2.12.3