]> asedeno.scripts.mit.edu Git - linux.git/commit
perf evlist: Switch to libperf's mmap interface
authorJiri Olsa <jolsa@kernel.org>
Mon, 7 Oct 2019 12:53:29 +0000 (14:53 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 10 Oct 2019 15:46:04 +0000 (12:46 -0300)
commit923d0f1868cb331d660fb569ecd00c39889905f6
tree7763a966035421978ff48ae65eb26a66cf057335
parentb80132b12a78ec71de2b3320cc49d4a0b2cd7c46
perf evlist: Switch to libperf's mmap interface

Switch to the libperf mmap interface by calling directly
perf_evlist__mmap_ops() and removing perf's evlist__mmap_per_*
functions.

By switching to libperf perf_evlist__mmap() we need to operate over
'struct perf_mmap' in evlist__add_pollfd, so make the related changes
there.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Michael Petlan <mpetlan@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/20191007125344.14268-22-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c