]> git.baikalelectronics.ru Git - kernel.git/commit
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
authorJiri Olsa <jolsa@kernel.org>
Tue, 6 Aug 2019 13:14:05 +0000 (15:14 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 25 Sep 2019 12:51:47 +0000 (09:51 -0300)
commit3f8d8136b3c6c3c6a10606ace26711d4980ab8e1
treef5b1597ab9b385ec5f1d886665031ff60c571bec
parent5210fce6af0081f1f0bc532838f5084f582aed31
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'

Moving 'mmap_len' from 'struct evlist' to 'struct perf_evlist' it will
be used in following patches.

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 <a.p.zijlstra@chello.nl>
Link: http://lore.kernel.org/lkml/20190913132355.21634-22-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-record.c
tools/perf/lib/include/internal/evlist.h
tools/perf/util/evlist.c
tools/perf/util/evlist.h