perf tests: Introduce iterator function for tests
authorMatt Fleming <matt.fleming@intel.com>
Sat, 5 Sep 2015 19:02:20 +0000 (20:02 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Sep 2015 15:50:18 +0000 (12:50 -0300)
commite8210cefb7e1ec0760a6fe581ad0727a2dcf8dd1
treef170717b9571460c425120bc5c73c59b9cfb5fc8
parentc84974ed9fb672930929e0d20ea3c366635a54aa
perf tests: Introduce iterator function for tests

In preparation for introducing more arrays of tests, e.g. "arch tests"
(architecture-specific tests), abstract the code to iterate over the
list of tests into a helper function.

This way, code that uses a 'struct test' doesn't need to worry about how
the tests are grouped together and changes to the list of tests doesn't
require changes to the code using it.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Kanaka Juvva <kanaka.d.juvva@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Vikas Shivappa <vikas.shivappa@intel.com>
Cc: Vince Weaver <vince@deater.net>
Link: http://lkml.kernel.org/r/1441479742-15402-2-git-send-email-matt@codeblueprint.co.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/builtin-test.c
This page took 0.025185 seconds and 5 git commands to generate.