Re: [PATCH v2 20/48] perf cpumap: Move 'has' function to libperf
From: Namhyung Kim <namhyung@kernel.org>
Date: 2021-12-28 23:48:25
Also in:
linux-arm-kernel, lkml
From: Namhyung Kim <namhyung@kernel.org>
Date: 2021-12-28 23:48:25
Also in:
linux-arm-kernel, lkml
Hi Ian, On Wed, Dec 22, 2021 at 11:47 PM Ian Rogers [off-list ref] wrote:
Make the cpu map argument const for consistency with the rest of the API. Modify cpu_map__idx accordingly. Reviewed-by: James Clark <redacted> Signed-off-by: Ian Rogers <irogers@google.com> --- tools/lib/perf/cpumap.c | 7 ++++++- tools/lib/perf/include/internal/cpumap.h | 2 +- tools/lib/perf/include/perf/cpumap.h | 1 +
You need to update tools/lib/perf/libperf.map to have the new API. Thanks, Namhyung
tools/perf/arch/arm/util/cs-etm.c | 16 ++++++++-------- tools/perf/builtin-sched.c | 6 +++--- tools/perf/tests/topology.c | 2 +- tools/perf/util/cpumap.c | 5 ----- tools/perf/util/cpumap.h | 2 -- tools/perf/util/cputopo.c | 2 +- 9 files changed, 21 insertions(+), 22 deletions(-)