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

2017-11-13 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 13, 2017 at 01:38:05AM +, Wang Nan escreveu: > Unsetting overwrite when calling perf_evlist__mmap is harmless. This commit > passes false to it, makes following commits eliminate the overwrite argument > easier. applied > Signed-off-by: Wang Nan > --- >

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

2017-11-13 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 13, 2017 at 01:38:05AM +, Wang Nan escreveu: > Unsetting overwrite when calling perf_evlist__mmap is harmless. This commit > passes false to it, makes following commits eliminate the overwrite argument > easier. applied > Signed-off-by: Wang Nan > --- >

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

2017-11-12 Thread Wang Nan
Unsetting overwrite when calling perf_evlist__mmap is harmless. This commit passes false to it, makes following commits eliminate the overwrite argument easier. Signed-off-by: Wang Nan --- tools/perf/tests/sw-clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

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

2017-11-12 Thread Wang Nan
Unsetting overwrite when calling perf_evlist__mmap is harmless. This commit passes false to it, makes following commits eliminate the overwrite argument easier. Signed-off-by: Wang Nan --- tools/perf/tests/sw-clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git