Re: [PATCH 09/11] perf test: Add parse events tests for leader sampling

2012-10-22 Thread Jiri Olsa
On Mon, Oct 22, 2012 at 05:58:22PM +0900, Namhyung Kim wrote: > On Sat, 20 Oct 2012 16:33:17 +0200, Jiri Olsa wrote: > > Adding 2 more tests to the automated parse events suite > > for following event config: > > > > '{cycles,cache-misses,branch-misses}:S' > > '{instructions,branch-misses}:Su'

Re: [PATCH 09/11] perf test: Add parse events tests for leader sampling

2012-10-22 Thread Namhyung Kim
On Sat, 20 Oct 2012 16:33:17 +0200, Jiri Olsa wrote: > Adding 2 more tests to the automated parse events suite > for following event config: > > '{cycles,cache-misses,branch-misses}:S' > '{instructions,branch-misses}:Su' [snip] > +static int test__leader_sample2(struct perf_evlist *evlist __may

[PATCH 09/11] perf test: Add parse events tests for leader sampling

2012-10-20 Thread Jiri Olsa
Adding 2 more tests to the automated parse events suite for following event config: '{cycles,cache-misses,branch-misses}:S' '{instructions,branch-misses}:Su' Signed-off-by: Jiri Olsa Cc: Arnaldo Carvalho de Melo Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Paul Mackerras Cc: Corey Ashford Cc: