Re: [PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-21 Thread Wangnan (F)
On 2016/6/22 5:05, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 20, 2016 at 10:47:20AM +, Wang Nan escreveu: Improve test backward [SNIP] diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c index d9ba991..76e34c0 100644 ---

Re: [PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-21 Thread Wangnan (F)
On 2016/6/22 5:05, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 20, 2016 at 10:47:20AM +, Wang Nan escreveu: Improve test backward [SNIP] diff --git a/tools/perf/tests/backward-ring-buffer.c b/tools/perf/tests/backward-ring-buffer.c index d9ba991..76e34c0 100644 ---

Re: [PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-21 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 20, 2016 at 10:47:20AM +, Wang Nan escreveu: > Improve test backward-ring-buffer, trace both enter and exit event of > prctl() syscall, utilize auxiliary evlist to mmap enter and exit event > into separated mmaps. > > Signed-off-by: Wang Nan > Cc: Arnaldo

Re: [PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-21 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 20, 2016 at 10:47:20AM +, Wang Nan escreveu: > Improve test backward-ring-buffer, trace both enter and exit event of > prctl() syscall, utilize auxiliary evlist to mmap enter and exit event > into separated mmaps. > > Signed-off-by: Wang Nan > Cc: Arnaldo Carvalho de Melo > Cc:

[PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-20 Thread Wang Nan
Improve test backward-ring-buffer, trace both enter and exit event of prctl() syscall, utilize auxiliary evlist to mmap enter and exit event into separated mmaps. Signed-off-by: Wang Nan Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Cc:

[PATCH v8 3/8] perf tests: Add testcase for auxiliary evlist

2016-06-20 Thread Wang Nan
Improve test backward-ring-buffer, trace both enter and exit event of prctl() syscall, utilize auxiliary evlist to mmap enter and exit event into separated mmaps. Signed-off-by: Wang Nan Cc: Arnaldo Carvalho de Melo Cc: Jiri Olsa Cc: Masami Hiramatsu Cc: Namhyung Kim Cc: Zefan Li Cc: He