Re: [PATCH 4/7] perf tests: Set evlist of test__basic_mmap() to !overwrite

2017-11-13 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 13, 2017 at 01:38:06AM +, Wang Nan escreveu: > In this test, a large ring buffer is required so all events can feed into, > so overwrite or not is meaningless. > > Change to !overwrite so following commits can remove this argument. applied > Signed-off-by: Wang Nan > --- > too

[PATCH 4/7] perf tests: Set evlist of test__basic_mmap() to !overwrite

2017-11-12 Thread Wang Nan
In this test, a large ring buffer is required so all events can feed into, so overwrite or not is meaningless. Change to !overwrite so following commits can remove this argument. Signed-off-by: Wang Nan --- tools/perf/tests/mmap-basic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif