On Tue, Mar 06, 2018 at 10:36:00AM -0500, [email protected] wrote: > From: Kan Liang <[email protected]> > > It has been determined that the map is for overwrite mode > (evlist->overwrite_mmap) or non-overwrite mode (evlist->mmap) when > calling perf_evlist__alloc_mmap(). > Store the information in struct perf_mmap, which will be used later to > simpler the perf_mmap__read*() interfaces. > > Signed-off-by: Kan Liang <[email protected]>
nice cleanup! for the patchset: Acked-by: Jiri Olsa <[email protected]> thanks, jirka

