OSDN Git Service

perf tools: Use perf_mmap way to detect aux mmap
authorJiri Olsa <jolsa@kernel.org>
Mon, 7 Oct 2019 12:53:16 +0000 (14:53 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 10 Oct 2019 13:11:54 +0000 (10:11 -0300)
commit1d40ae4e1784bfa1646fd153ca022db21511284f
tree7c817908f815dcf50eeaa88fee695a03942058a5
parent80e53d1148231d7d4fdc4cd89e5393616b33bf82
perf tools: Use perf_mmap way to detect aux mmap

We will move this code to libperf shortly, so we need to free it of
'struct auxtrace_mmap' usage, because it won't be available in libperf
(for now).

The perf_event_mmap_page::aux_size is set when the aux mmap is mapped,
so the check is equivalent.

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