Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
a508d061ef04b163a85f55ba8a748c026f89da45
/
tools
/
build
/
Makefile.feature
fa5c893
tools build feature: Quote CC and CXX for their arguments
by Daniel Díaz
· 4 years, 5 months ago
e3232c2
tools build feature: Use CC and CXX from parent
by Thomas Hebb
· 4 years, 6 months ago
a88f70d
perf build: Remove libaudit from the default feature checks
by Arnaldo Carvalho de Melo
· 4 years, 8 months ago
5ef8614
tools feature: Add support for detecting libpfm4
by Stephane Eranian
· 4 years, 9 months ago
49f550e
perf tools: Add file-handle feature test
by Namhyung Kim
· 4 years, 10 months ago
7b65e20
perf tools: Allow to link with libbpf dynamicaly
by Jiri Olsa
· 5 years ago
74d5f3d
tools build: Add capability-related feature detection
by Igor Lubashev
· 5 years ago
cbefd24
tools build: Add test to check if slang.h is in /usr/include/slang/
by Arnaldo Carvalho de Melo
· 6 years ago
4541a8b
tools build: Check if gettid() is available before providing helper
by Arnaldo Carvalho de Melo
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
3b1c5d9
tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD defines
by Alexey Budankov
· 6 years ago
8a1b171
perf build: Check what binutils's 'disassembler()' signature to use
by Song Liu
· 6 years ago
5c4d7c8
perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASIC
by Arnaldo Carvalho de Melo
· 6 years ago
1c3b28f
perf coresight: Do not test for libopencsd by default
by Arnaldo Carvalho de Melo
· 6 years ago
14541b1
perf build: Don't unconditionally link the libbfd feature test to -liberty and -lz
by Stanislav Fomichev
· 6 years ago
2a07d81
tools build feature: Check if libaio is available
by Alexey Budankov
· 6 years ago
11c6cbe
tools build feature: Check if eventfd() is available
by Arnaldo Carvalho de Melo
· 6 years ago
8feb8ef
tools build feature: Check if get_current_dir_name() is available
by Arnaldo Carvalho de Melo
· 6 years ago
db42a21
tools: include reallocarray feature test in FEATURE_TESTS_BASIC
by Jakub Kicinski
· 7 years ago
bd47668
perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
by Jiri Olsa
· 7 years ago
aa6292f
perf tools: Integrating the CoreSight decoding library
by Mathieu Poirier
· 7 years ago
25ab5ab
tools build feature: Check if pthread_barrier_t is available
by Arnaldo Carvalho de Melo
· 7 years ago
86bcdb5
tools build: Add test for setns()
by Arnaldo Carvalho de Melo
· 8 years ago
120010c
tools build: Add test for sched_getcpu()
by Arnaldo Carvalho de Melo
· 8 years ago
2fedf79
tools build: Move tabs to spaces where suitable
by Jiri Olsa
· 8 years ago
87095f7
tools build: Add feature detection for g++
by Wang Nan
· 8 years ago
e26e63b
perf build: Add sdt feature detection
by Masami Hiramatsu
· 9 years ago
1c1a3a4
perf tools: Add feature detection for gelf_getnote()
by Arnaldo Carvalho de Melo
· 9 years ago
2492c46
perf build: Add feature detection for libelf's elf_getshdrstrndx()
by Arnaldo Carvalho de Melo
· 9 years ago
f9be7ee
perf build: Add build-test for debug-frame on arm/arm64
by He Kuang
· 9 years ago
b1d9600
perf build: Add build-test for libunwind cross-platforms support
by He Kuang
· 9 years ago
bd0419e
perf probe: Check if dwarf_getlocations() is available
by Arnaldo Carvalho de Melo
· 9 years ago
8ee4646
perf build: Add libcrypto feature detection
by Stephane Eranian
· 9 years ago
76c4aae
perf build: Fix feature-dump checks, we need to test all features
by Jiri Olsa
· 9 years ago
9fd4186
tools build: Allow subprojects select all feature checkers
by Wang Nan
· 9 years ago
936d120
tools build feature: Use value assignment form for FEATURE-DUMP file
by Jiri Olsa
· 9 years ago
c6a5f88
tools build feature: Introduce feature_assign macro
by Jiri Olsa
· 9 years ago
76ee2ff
tools build feature: Move dwarf post unwind choice output into perf
by Jiri Olsa
· 9 years ago
d0018b4
tools build feature: Fix feature_check_display_code typo
by Jiri Olsa
· 9 years ago
1925459
tools build: Fix feature Makefile issues with 'O='
by Josh Poimboeuf
· 9 years ago
26bc9b2
perf build: Remove unnecessary line in Makefile.feature
by Josh Poimboeuf
· 9 years ago
ed63f34c
perf tools: Make perf depend on libbpf
by Wang Nan
· 9 years ago
13e96db
tools build: Allow setting the feature detection user
by Arnaldo Carvalho de Melo
· 9 years ago
6076e2a
tools build: Fixup feature detection display function name
by Arnaldo Carvalho de Melo
· 9 years ago
b0063db
tools build: Add test for presence of __get_cpuid() gcc builtin
by Arnaldo Carvalho de Melo
· 9 years ago
f8ac860
tools build: Add test for presence of numa_num_possible_cpus() in libnuma
by Arnaldo Carvalho de Melo
· 9 years ago
8135c8c
tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak binding
by Wang Nan
· 10 years ago
6c6f0f6
tools build: Add feature check for lzma library
by Jiri Olsa
· 10 years ago
e6c76d6
perf build: Move feature checks code under tools/build
by Jiri Olsa
· 10 years ago
[Renamed (97%) from tools/perf/config/Makefile.feature]
970e87b
perf build: Make features checks directory configurable
by Jiri Olsa
· 10 years ago
0afc5ca
perf build: Separate feature make support into config/Makefile.feature
by Jiri Olsa
· 10 years ago