]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
authorKyle Meyer <meyerk@hpe.com>
Tue, 27 Aug 2019 21:43:48 +0000 (16:43 -0500)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 29 Aug 2019 20:38:32 +0000 (17:38 -0300)
commit92b5a1545ad51e8225e691e9a29ba33cc9fe37bc
treef24058c393a17d9eed02a5d93821ad7b9f6a43be
parentf78f96676a256d7fa171a54b271a2ad2c6555c9c
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()

The function cpu__max_cpu() returns the possible number of CPUs as
defined in the sysfs and can be used as an alternative for MAX_NR_CPUS
in zero_per_pkg() and check_per_pkg().

Signed-off-by: Kyle Meyer <kyle.meyer@hpe.com>
Reviewed-by: Jiri Olsa <jolsa@redhat.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Russ Anderson <russ.anderson@hpe.com>
Link: http://lore.kernel.org/lkml/20190827214352.94272-4-meyerk@stormcage.eag.rdlabs.hpecorp.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/stat.c