diff options
author | Jiri Olsa <jolsa@kernel.org> | 2015-03-01 20:19:44 (GMT) |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-21 17:53:35 (GMT) |
commit | e6c76d620379fd65fc0310aee1785ff7b1b10236 (patch) | |
tree | 223fe9d9a8e528c69b0545b371555b6218de50d5 | |
parent | 970e87b33820205b31306dfb734771842874767c (diff) | |
download | linux-e6c76d620379fd65fc0310aee1785ff7b1b10236.tar.xz |
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>
-rw-r--r-- | tools/build/Makefile.feature (renamed from tools/perf/config/Makefile.feature) | 4 | ||||
-rw-r--r-- | tools/build/feature/.gitignore (renamed from tools/perf/config/feature-checks/.gitignore) | 0 | ||||
-rw-r--r-- | tools/build/feature/Makefile (renamed from tools/perf/config/feature-checks/Makefile) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-all.c (renamed from tools/perf/config/feature-checks/test-all.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-backtrace.c (renamed from tools/perf/config/feature-checks/test-backtrace.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-bionic.c (renamed from tools/perf/config/feature-checks/test-bionic.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-compile.c (renamed from tools/perf/config/feature-checks/test-compile.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-cplus-demangle.c (renamed from tools/perf/config/feature-checks/test-cplus-demangle.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-dwarf.c (renamed from tools/perf/config/feature-checks/test-dwarf.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-fortify-source.c (renamed from tools/perf/config/feature-checks/test-fortify-source.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-glibc.c (renamed from tools/perf/config/feature-checks/test-glibc.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-gtk2-infobar.c (renamed from tools/perf/config/feature-checks/test-gtk2-infobar.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-gtk2.c (renamed from tools/perf/config/feature-checks/test-gtk2.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-hello.c (renamed from tools/perf/config/feature-checks/test-hello.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libaudit.c (renamed from tools/perf/config/feature-checks/test-libaudit.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libbabeltrace.c (renamed from tools/perf/config/feature-checks/test-libbabeltrace.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libbfd.c (renamed from tools/perf/config/feature-checks/test-libbfd.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libdw-dwarf-unwind.c (renamed from tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libelf-getphdrnum.c (renamed from tools/perf/config/feature-checks/test-libelf-getphdrnum.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libelf-mmap.c (renamed from tools/perf/config/feature-checks/test-libelf-mmap.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libelf.c (renamed from tools/perf/config/feature-checks/test-libelf.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libnuma.c (renamed from tools/perf/config/feature-checks/test-libnuma.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libperl.c (renamed from tools/perf/config/feature-checks/test-libperl.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libpython-version.c (renamed from tools/perf/config/feature-checks/test-libpython-version.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libpython.c (renamed from tools/perf/config/feature-checks/test-libpython.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libslang.c (renamed from tools/perf/config/feature-checks/test-libslang.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libunwind-debug-frame.c (renamed from tools/perf/config/feature-checks/test-libunwind-debug-frame.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-libunwind.c (renamed from tools/perf/config/feature-checks/test-libunwind.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-pthread-attr-setaffinity-np.c (renamed from tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-stackprotector-all.c (renamed from tools/perf/config/feature-checks/test-stackprotector-all.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-sync-compare-and-swap.c (renamed from tools/perf/config/feature-checks/test-sync-compare-and-swap.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-timerfd.c (renamed from tools/perf/config/feature-checks/test-timerfd.c) | 0 | ||||
-rw-r--r-- | tools/build/feature/test-zlib.c (renamed from tools/perf/config/feature-checks/test-zlib.c) | 0 | ||||
-rw-r--r-- | tools/perf/Makefile.perf | 2 | ||||
-rw-r--r-- | tools/perf/config/Makefile | 2 |
35 files changed, 4 insertions, 4 deletions
diff --git a/tools/perf/config/Makefile.feature b/tools/build/Makefile.feature index ea83a92..c6f4489 100644 --- a/tools/perf/config/Makefile.feature +++ b/tools/build/Makefile.feature @@ -1,7 +1,7 @@ -feature_dir := $(srctree)/tools/perf/config/feature-checks +feature_dir := $(srctree)/tools/build/feature ifneq ($(OUTPUT),) - OUTPUT_FEATURES = $(OUTPUT)config/feature-checks/ + OUTPUT_FEATURES = $(OUTPUT)feature/ $(shell mkdir -p $(OUTPUT_FEATURES)) endif diff --git a/tools/perf/config/feature-checks/.gitignore b/tools/build/feature/.gitignore index 09b335b..09b335b 100644 --- a/tools/perf/config/feature-checks/.gitignore +++ b/tools/build/feature/.gitignore diff --git a/tools/perf/config/feature-checks/Makefile b/tools/build/feature/Makefile index 0d694a9..0d694a9 100644 --- a/tools/perf/config/feature-checks/Makefile +++ b/tools/build/feature/Makefile diff --git a/tools/perf/config/feature-checks/test-all.c b/tools/build/feature/test-all.c index a61c204..a61c204 100644 --- a/tools/perf/config/feature-checks/test-all.c +++ b/tools/build/feature/test-all.c diff --git a/tools/perf/config/feature-checks/test-backtrace.c b/tools/build/feature/test-backtrace.c index 7124aa1..7124aa1 100644 --- a/tools/perf/config/feature-checks/test-backtrace.c +++ b/tools/build/feature/test-backtrace.c diff --git a/tools/perf/config/feature-checks/test-bionic.c b/tools/build/feature/test-bionic.c index eac24e9..eac24e9 100644 --- a/tools/perf/config/feature-checks/test-bionic.c +++ b/tools/build/feature/test-bionic.c diff --git a/tools/perf/config/feature-checks/test-compile.c b/tools/build/feature/test-compile.c index 31dbf45..31dbf45 100644 --- a/tools/perf/config/feature-checks/test-compile.c +++ b/tools/build/feature/test-compile.c diff --git a/tools/perf/config/feature-checks/test-cplus-demangle.c b/tools/build/feature/test-cplus-demangle.c index 610c686..610c686 100644 --- a/tools/perf/config/feature-checks/test-cplus-demangle.c +++ b/tools/build/feature/test-cplus-demangle.c diff --git a/tools/perf/config/feature-checks/test-dwarf.c b/tools/build/feature/test-dwarf.c index 3fc1801..3fc1801 100644 --- a/tools/perf/config/feature-checks/test-dwarf.c +++ b/tools/build/feature/test-dwarf.c diff --git a/tools/perf/config/feature-checks/test-fortify-source.c b/tools/build/feature/test-fortify-source.c index c9f398d..c9f398d 100644 --- a/tools/perf/config/feature-checks/test-fortify-source.c +++ b/tools/build/feature/test-fortify-source.c diff --git a/tools/perf/config/feature-checks/test-glibc.c b/tools/build/feature/test-glibc.c index b082034..b082034 100644 --- a/tools/perf/config/feature-checks/test-glibc.c +++ b/tools/build/feature/test-glibc.c diff --git a/tools/perf/config/feature-checks/test-gtk2-infobar.c b/tools/build/feature/test-gtk2-infobar.c index 397b464..397b464 100644 --- a/tools/perf/config/feature-checks/test-gtk2-infobar.c +++ b/tools/build/feature/test-gtk2-infobar.c diff --git a/tools/perf/config/feature-checks/test-gtk2.c b/tools/build/feature/test-gtk2.c index 6bd80e5..6bd80e5 100644 --- a/tools/perf/config/feature-checks/test-gtk2.c +++ b/tools/build/feature/test-gtk2.c diff --git a/tools/perf/config/feature-checks/test-hello.c b/tools/build/feature/test-hello.c index c9f398d..c9f398d 100644 --- a/tools/perf/config/feature-checks/test-hello.c +++ b/tools/build/feature/test-hello.c diff --git a/tools/perf/config/feature-checks/test-libaudit.c b/tools/build/feature/test-libaudit.c index afc019f..afc019f 100644 --- a/tools/perf/config/feature-checks/test-libaudit.c +++ b/tools/build/feature/test-libaudit.c diff --git a/tools/perf/config/feature-checks/test-libbabeltrace.c b/tools/build/feature/test-libbabeltrace.c index 9cf802a..9cf802a 100644 --- a/tools/perf/config/feature-checks/test-libbabeltrace.c +++ b/tools/build/feature/test-libbabeltrace.c diff --git a/tools/perf/config/feature-checks/test-libbfd.c b/tools/build/feature/test-libbfd.c index 2405990..2405990 100644 --- a/tools/perf/config/feature-checks/test-libbfd.c +++ b/tools/build/feature/test-libbfd.c diff --git a/tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c b/tools/build/feature/test-libdw-dwarf-unwind.c index f676a3f..f676a3f 100644 --- a/tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c +++ b/tools/build/feature/test-libdw-dwarf-unwind.c diff --git a/tools/perf/config/feature-checks/test-libelf-getphdrnum.c b/tools/build/feature/test-libelf-getphdrnum.c index d710459..d710459 100644 --- a/tools/perf/config/feature-checks/test-libelf-getphdrnum.c +++ b/tools/build/feature/test-libelf-getphdrnum.c diff --git a/tools/perf/config/feature-checks/test-libelf-mmap.c b/tools/build/feature/test-libelf-mmap.c index 564427d..564427d 100644 --- a/tools/perf/config/feature-checks/test-libelf-mmap.c +++ b/tools/build/feature/test-libelf-mmap.c diff --git a/tools/perf/config/feature-checks/test-libelf.c b/tools/build/feature/test-libelf.c index 08db322..08db322 100644 --- a/tools/perf/config/feature-checks/test-libelf.c +++ b/tools/build/feature/test-libelf.c diff --git a/tools/perf/config/feature-checks/test-libnuma.c b/tools/build/feature/test-libnuma.c index 4763d9c..4763d9c 100644 --- a/tools/perf/config/feature-checks/test-libnuma.c +++ b/tools/build/feature/test-libnuma.c diff --git a/tools/perf/config/feature-checks/test-libperl.c b/tools/build/feature/test-libperl.c index 8871f6a..8871f6a 100644 --- a/tools/perf/config/feature-checks/test-libperl.c +++ b/tools/build/feature/test-libperl.c diff --git a/tools/perf/config/feature-checks/test-libpython-version.c b/tools/build/feature/test-libpython-version.c index facea12..facea12 100644 --- a/tools/perf/config/feature-checks/test-libpython-version.c +++ b/tools/build/feature/test-libpython-version.c diff --git a/tools/perf/config/feature-checks/test-libpython.c b/tools/build/feature/test-libpython.c index b24b28a..b24b28a 100644 --- a/tools/perf/config/feature-checks/test-libpython.c +++ b/tools/build/feature/test-libpython.c diff --git a/tools/perf/config/feature-checks/test-libslang.c b/tools/build/feature/test-libslang.c index 22ff22e..22ff22e 100644 --- a/tools/perf/config/feature-checks/test-libslang.c +++ b/tools/build/feature/test-libslang.c diff --git a/tools/perf/config/feature-checks/test-libunwind-debug-frame.c b/tools/build/feature/test-libunwind-debug-frame.c index 0ef8087..0ef8087 100644 --- a/tools/perf/config/feature-checks/test-libunwind-debug-frame.c +++ b/tools/build/feature/test-libunwind-debug-frame.c diff --git a/tools/perf/config/feature-checks/test-libunwind.c b/tools/build/feature/test-libunwind.c index 43b9369..43b9369 100644 --- a/tools/perf/config/feature-checks/test-libunwind.c +++ b/tools/build/feature/test-libunwind.c diff --git a/tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c b/tools/build/feature/test-pthread-attr-setaffinity-np.c index fdada5e..fdada5e 100644 --- a/tools/perf/config/feature-checks/test-pthread-attr-setaffinity-np.c +++ b/tools/build/feature/test-pthread-attr-setaffinity-np.c diff --git a/tools/perf/config/feature-checks/test-stackprotector-all.c b/tools/build/feature/test-stackprotector-all.c index c9f398d..c9f398d 100644 --- a/tools/perf/config/feature-checks/test-stackprotector-all.c +++ b/tools/build/feature/test-stackprotector-all.c diff --git a/tools/perf/config/feature-checks/test-sync-compare-and-swap.c b/tools/build/feature/test-sync-compare-and-swap.c index c34d4ca..c34d4ca 100644 --- a/tools/perf/config/feature-checks/test-sync-compare-and-swap.c +++ b/tools/build/feature/test-sync-compare-and-swap.c diff --git a/tools/perf/config/feature-checks/test-timerfd.c b/tools/build/feature/test-timerfd.c index 8c5c083..8c5c083 100644 --- a/tools/perf/config/feature-checks/test-timerfd.c +++ b/tools/build/feature/test-timerfd.c diff --git a/tools/perf/config/feature-checks/test-zlib.c b/tools/build/feature/test-zlib.c index e111fff..e111fff 100644 --- a/tools/perf/config/feature-checks/test-zlib.c +++ b/tools/build/feature/test-zlib.c diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index e323eab..d5b9e0d 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf @@ -521,7 +521,7 @@ $(INSTALL_DOC_TARGETS): # config-clean: $(call QUIET_CLEAN, config) - $(Q)$(MAKE) -C config/feature-checks clean >/dev/null + $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null clean: $(LIBTRACEEVENT)-clean $(LIBAPI)-clean config-clean $(call QUIET_CLEAN, core-objs) $(RM) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore $(LANG_BINDINGS) diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index 0127842..6d1918a 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile @@ -176,7 +176,7 @@ LDFLAGS += -Wl,-z,noexecstack EXTLIBS = -lpthread -lrt -lm -ldl -include $(src-perf)/config/Makefile.feature +include $(srctree)/tools/build/Makefile.feature ifeq ($(feature-stackprotector-all), 1) CFLAGS += -fstack-protector-all |