Re: [PATCH 43/79] libperf: Add perf_cpu_map__new/perf_cpu_map__read functions

2019-07-24 Thread Arnaldo Carvalho de Melo
Em Sun, Jul 21, 2019 at 01:24:30PM +0200, Jiri Olsa escreveu: > Moving following functions: > cpu_map__new > cpu_map__read > > under libperf with following names: > perf_cpu_map__new > perf_cpu_map__read Fixed up this one: tools/perf/arch/arm/util/cs-etm.c > Link:

[PATCH 43/79] libperf: Add perf_cpu_map__new/perf_cpu_map__read functions

2019-07-21 Thread Jiri Olsa
Moving following functions: cpu_map__new cpu_map__read under libperf with following names: perf_cpu_map__new perf_cpu_map__read Link: http://lkml.kernel.org/n/tip-0qht8kirnnrewttpwvh1n...@git.kernel.org Signed-off-by: Jiri Olsa --- tools/perf/arch/x86/tests/perf-time-to-tsc.c | 3 +-