OSDN Git Service

perf evlist: Introduce perf_evlist__mmap_cb_mmap()
authorJiri Olsa <jolsa@kernel.org>
Mon, 7 Oct 2019 12:53:28 +0000 (14:53 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 10 Oct 2019 15:44:59 +0000 (12:44 -0300)
commitb80132b12a78ec71de2b3320cc49d4a0b2cd7c46
tree6522f4ddc5b456727ea285d0b12498db8b5f8ae5
parentbb1b1885e2f22afb8bc7981cd865fe4b0e3d975b
perf evlist: Introduce perf_evlist__mmap_cb_mmap()

Add the perf_evlist__mmap_cb_mmap() function to call perf specific
mmap__mmap() function during perf_evlist__mmap_ops() call.

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-21-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evlist.c