perf build: Move feature checks code under tools/build
authorJiri Olsa <jolsa@kernel.org>
Sun, 1 Mar 2015 20:19:44 +0000 (21:19 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 21 Mar 2015 17:53:35 +0000 (14:53 -0300)
commite6c76d620379fd65fc0310aee1785ff7b1b10236
tree223fe9d9a8e528c69b0545b371555b6218de50d5
parent970e87b33820205b31306dfb734771842874767c
perf build: Move feature checks code under tools/build

Moving feature checks code under tools/build directory.

Changing also $feature_dir to point to new feature directory location
and perf Makefiles to include Makefile.feature from new location.

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-3lamtb30dhf4wo99y1n8kxg0@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
68 files changed:
tools/build/Makefile.feature [new file with mode: 0644]
tools/build/feature/.gitignore [new file with mode: 0644]
tools/build/feature/Makefile [new file with mode: 0644]
tools/build/feature/test-all.c [new file with mode: 0644]
tools/build/feature/test-backtrace.c [new file with mode: 0644]
tools/build/feature/test-bionic.c [new file with mode: 0644]
tools/build/feature/test-compile.c [new file with mode: 0644]
tools/build/feature/test-cplus-demangle.c [new file with mode: 0644]
tools/build/feature/test-dwarf.c [new file with mode: 0644]
tools/build/feature/test-fortify-source.c [new file with mode: 0644]
tools/build/feature/test-glibc.c [new file with mode: 0644]
tools/build/feature/test-gtk2-infobar.c [new file with mode: 0644]
tools/build/feature/test-gtk2.c [new file with mode: 0644]
tools/build/feature/test-hello.c [new file with mode: 0644]
tools/build/feature/test-libaudit.c [new file with mode: 0644]
tools/build/feature/test-libbabeltrace.c [new file with mode: 0644]
tools/build/feature/test-libbfd.c [new file with mode: 0644]
tools/build/feature/test-libdw-dwarf-unwind.c [new file with mode: 0644]
tools/build/feature/test-libelf-getphdrnum.c [new file with mode: 0644]
tools/build/feature/test-libelf-mmap.c [new file with mode: 0644]
tools/build/feature/test-libelf.c [new file with mode: 0644]
tools/build/feature/test-libnuma.c [new file with mode: 0644]
tools/build/feature/test-libperl.c [new file with mode: 0644]
tools/build/feature/test-libpython-version.c [new file with mode: 0644]
tools/build/feature/test-libpython.c [new file with mode: 0644]
tools/build/feature/test-libslang.c [new file with mode: 0644]
tools/build/feature/test-libunwind-debug-frame.c [new file with mode: 0644]
tools/build/feature/test-libunwind.c [new file with mode: 0644]
tools/build/feature/test-pthread-attr-setaffinity-np.c [new file with mode: 0644]
tools/build/feature/test-stackprotector-all.c [new file with mode: 0644]
tools/build/feature/test-sync-compare-and-swap.c [new file with mode: 0644]
tools/build/feature/test-timerfd.c [new file with mode: 0644]
tools/build/feature/test-zlib.c [new file with mode: 0644]
tools/perf/Makefile.perf
tools/perf/config/Makefile
tools/perf/config/Makefile.feature [deleted file]
tools/perf/config/feature-checks/.gitignore [deleted file]
tools/perf/config/feature-checks/Makefile [deleted file]
tools/perf/config/feature-checks/test-all.c [deleted file]
tools/perf/config/feature-checks/test-backtrace.c [deleted file]
tools/perf/config/feature-checks/test-bionic.c [deleted file]
tools/perf/config/feature-checks/test-compile.c [deleted file]
tools/perf/config/feature-checks/test-cplus-demangle.c [deleted file]
tools/perf/config/feature-checks/test-dwarf.c [deleted file]
tools/perf/config/feature-checks/test-fortify-source.c [deleted file]
tools/perf/config/feature-checks/test-glibc.c [deleted file]
tools/perf/config/feature-checks/test-gtk2-infobar.c [deleted file]
tools/perf/config/feature-checks/test-gtk2.c [deleted file]
tools/perf/config/feature-checks/test-hello.c [deleted file]
tools/perf/config/feature-checks/test-libaudit.c [deleted file]
tools/perf/config/feature-checks/test-libbabeltrace.c [deleted file]
tools/perf/config/feature-checks/test-libbfd.c [deleted file]
tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c [deleted file]
tools/perf/config/feature-checks/test-libelf-getphdrnum.c [deleted file]
tools/perf/config/feature-checks/test-libelf-mmap.c [deleted file]
tools/perf/config/feature-checks/test-libelf.c [deleted file]
tools/perf/config/feature-checks/test-libnuma.c [deleted file]
tools/perf/config/feature-checks/test-libperl.c [deleted file]
tools/perf/config/feature-checks/test-libpython-version.c [deleted file]
tools/perf/config/feature-checks/test-libpython.c [deleted file]
tools/perf/config/feature-checks/test-libslang.c [deleted file]
tools/perf/config/feature-checks/test-libunwind-debug-frame.c [deleted file]
tools/perf/config/feature-checks/test-libunwind.c [deleted file]
tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c [deleted file]
tools/perf/config/feature-checks/test-stackprotector-all.c [deleted file]
tools/perf/config/feature-checks/test-sync-compare-and-swap.c [deleted file]
tools/perf/config/feature-checks/test-timerfd.c [deleted file]
tools/perf/config/feature-checks/test-zlib.c [deleted file]
This page took 0.030069 seconds and 5 git commands to generate.