]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Allow shuffling the build tests
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 4 Nov 2015 19:25:32 +0000 (16:25 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Nov 2015 14:39:54 +0000 (11:39 -0300)
commit1f5827a344b08ff539dba137e8d76b7127e1d11d
tree749303b493b5c11bac787daa4939dbcb4982429b
parentcd5e1535f16a8987f2145fa95ffbdff31678407c
perf tools: Allow shuffling the build tests

Those tests take a long time and sometimes we stop it, so allow randomly
shuffling the tests so that we have a better chance of running more of
them in partial 'make build-test' runs.

Using it just on the 'build-test' target, i.e.:

   make -C tools/perf build-test

Is equivalent to:

   make SHUF=1 -C tools/perf -f tests/make

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-ey7461i9q4k8u0987j8guun6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/tests/make