public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* arm/arm64 perf build issue with mainline
@ 2015-04-23 11:29 Will Deacon
  2015-04-23 14:04 ` Will Deacon
  2015-04-23 14:29 ` arm/arm64 perf build issue with mainline David Ahern
  0 siblings, 2 replies; 26+ messages in thread
From: Will Deacon @ 2015-04-23 11:29 UTC (permalink / raw)
  To: david.ahern; +Cc: linux-kernel, mark.rutland, jolsa, namhyung, acme

Hi all,

Commit 6428c59a97de ("perf tools: Set JOBS based on CPU or processor")
causes weird behaviour on arm/arm64 platforms because we use the "CPU"
prefix for things like:

CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 0

in /proc/cpuinfo. Consequently, a 6 core machine ends up doing:

will@confinement-loaf:~/linux/tools/perf$ make
  BUILD:   Doing 'make -j36' parallel build

which is a little overwhelming. Any chance we can predicate the extra
part of the regex on $(ARCH) being sparc?

Will

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2015-05-13  6:25 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-23 11:29 arm/arm64 perf build issue with mainline Will Deacon
2015-04-23 14:04 ` Will Deacon
2015-04-23 14:16   ` David Ahern
2015-04-24 16:10     ` Arnaldo Carvalho de Melo
2015-04-24 16:22       ` Will Deacon
2015-04-24 17:21         ` David Ahern
2015-04-27 16:26           ` Arnaldo Carvalho de Melo
2015-04-27 17:13             ` David Ahern
2015-04-27 17:40               ` Arnaldo Carvalho de Melo
2015-04-27 17:49                 ` Jiri Olsa
2015-04-27 18:39                   ` Arnaldo Carvalho de Melo
2015-04-27 18:41                     ` Jiri Olsa
2015-04-27 18:45                       ` Arnaldo Carvalho de Melo
2015-04-27 18:52                         ` Jiri Olsa
2015-04-27 19:00                           ` Arnaldo Carvalho de Melo
2015-04-27 19:03                             ` Jiri Olsa
2015-05-06  3:09   ` [tip:perf/core] perf tools: Use getconf to determine number of online CPUs tip-bot for Will Deacon
2015-05-13  6:24   ` [tip:perf/urgent] " tip-bot for Will Deacon
2015-04-23 14:29 ` arm/arm64 perf build issue with mainline David Ahern
2015-05-11  8:21   ` Ingo Molnar
2015-05-11 12:31     ` Will Deacon
2015-05-11 12:33       ` Ingo Molnar
2015-05-11 15:58         ` acme
2015-05-11 15:59           ` acme
2015-05-11 17:29             ` Will Deacon
2015-05-11 19:01               ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox