[PATCH 4/7] perf mmap: Using stored 'overwrite' in perf_mmap__consume

2018-03-05 Thread kan . liang
From: Kan Liang The 'overwrite' is set at initialization. It will not be changed. Using it to replace the parameter of perf_mmap__consume(). The parameters will be discarded later. No functional change. Signed-off-by: Kan Liang ---

[PATCH 4/7] perf mmap: Using stored 'overwrite' in perf_mmap__consume

2018-03-05 Thread kan . liang
From: Kan Liang The 'overwrite' is set at initialization. It will not be changed. Using it to replace the parameter of perf_mmap__consume(). The parameters will be discarded later. No functional change. Signed-off-by: Kan Liang --- tools/perf/util/mmap.c | 4 ++-- 1 file changed, 2