perf build: Move features build output under features directory
authorJiri Olsa <jolsa@kernel.org>
Wed, 11 Mar 2015 08:01:26 +0000 (09:01 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 18 Mar 2015 17:53:38 +0000 (14:53 -0300)
commit806f0727fa3b9140a6603ba6b3627cbbe346d5a3
tree30a78817d44d229566fe9b68ac6ace84cc9ac080
parent97e7a5153e8835c4cd03c77e258c1f556d8e9655
perf build: Move features build output under features directory

Following commit introduced features build dump:
  443a70541c56 perf tools: Output feature detection's gcc output to a file

Moving them into to have code more compact and renaming build dump
files. For each feature 'test-X' new file 'test-X.make.output' is
created and contains the build out.  It's created in the same directory
as the feature itself.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <david.ahern@oracle.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/n/tip-dk6svnhcephrzgz4mfpcmtm7@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile.perf
tools/perf/config/Makefile
tools/perf/config/feature-checks/Makefile