libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2023 15:47:49 +0000 (12:47 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 17 Apr 2023 18:52:36 +0000 (15:52 -0300)
commit4121234a32887a49d5da06e4c219f67abb6e744f
tree00263dcb3b1133eb95b5927cf6cefddcde069b03
parent17354d1528f902b3a4f66023cd24012e7999c4dc
libperf: Add perf_cpu_map__refcnt() interanl accessor to use in the maps test

To remove one more direct access to 'struct perf_cpu_map' so that we can
intercept accesses to its instantiations and refcount check it to catch
use after free, etc.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexey Bayduraev <alexey.v.bayduraev@linux.intel.com>
Cc: Dmitriy Vyukov <dvyukov@google.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Riccardo Mancini <rickyman7@gmail.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Stephen Brennan <stephen.s.brennan@oracle.com>
Link: https://lore.kernel.org/lkml/ZD1qdYjG+DL6KOfP@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/perf/cpumap.c
tools/lib/perf/include/internal/cpumap.h
tools/perf/tests/cpumap.c