linux_dsm_epyc7002/tools/perf/lib
Jiri Olsa 959b83c769 libperf: Add perf_cpu_map struct
Add perf_cpu_map struct to libperf.

It's added as a declaration into:

  include/perf/cpumap.h

which will be included by users.

The perf_cpu_map struct definition is added into:

  include/internal/cpumap.h

which is not to be included by users, but shared within perf and
libperf.

We tried the total separation of the perf_cpu_map struct in libperf, but
it lead to complications and much bigger changes in perf code, so we
decided to share the declaration.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Alexey Budankov <alexey.budankov@linux.intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20190721112506.12306-29-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-07-29 18:34:44 -03:00
..
include libperf: Add perf_cpu_map struct 2019-07-29 18:34:44 -03:00
Build libperf: Add perf_cpu_map struct 2019-07-29 18:34:44 -03:00
core.c libperf: Add debug output support 2019-07-29 18:34:44 -03:00
cpumap.c libperf: Add perf_cpu_map struct 2019-07-29 18:34:44 -03:00
internal.h libperf: Add debug output support 2019-07-29 18:34:44 -03:00
libperf.map libperf: Add debug output support 2019-07-29 18:34:44 -03:00
Makefile libperf: Add build version support 2019-07-29 18:34:43 -03:00