linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] perf: Refactor perf and replace MAX_NR_CPUS
@ 2019-08-13 21:05 Kyle Meyer
  0 siblings, 0 replies; only message in thread
From: Kyle Meyer @ 2019-08-13 21:05 UTC (permalink / raw)
  Cc: Kyle Meyer, Peter Zijlstra, Ingo Molnar,
	Arnaldo Carvalho de Melo, Alexander Shishkin, Jiri Olsa,
	Namhyung Kim, linux-kernel, Russ Anderson, Kyle Meyer

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@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linux-kernel@vger.kernel.org
Cc: Russ Anderson <russ.anderson@hpe.com>
Signed-off-by: Kyle Meyer <kyle.meyer@hpe.com>
-- 
2.12.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-13 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13 21:05 [PATCH 0/2] perf: Refactor perf and replace MAX_NR_CPUS Kyle Meyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).