aboutsummaryrefslogtreecommitdiffstats
path: root/tools/build (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17perf build: Add special fixdep cleaning ruleJiri Olsa2-2/+5
2017-01-26tools build: Add tools tree support for 'make -s'Josh Poimboeuf1-0/+10
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König1-1/+1
2016-12-06perf build: Check LLVM version in feature checkWang Nan3-2/+22
2016-12-05tools build: Move tabs to spaces where suitableJiri Olsa3-126/+126
2016-12-05tools build: Make the .cmd file more readableJiri Olsa1-1/+1
2016-12-05tools build: Add feature detection for clangWang Nan2-0/+31
2016-12-05tools build: Add feature detection for LLVMWang Nan2-0/+16
2016-12-05tools build: Fix objtool build with clangPeter Foley1-3/+3
2016-12-05tools build: Make fixdep parsing wait for last targetJiri Olsa1-2/+3
2016-11-14tools build: Add jvmti feature detection supportJiri Olsa2-1/+18
2016-11-14tools build: Add CFLAGS_REMOVE_* supportJiri Olsa2-3/+7
2016-10-05tools build: Add feature detection for g++Wang Nan3-2/+25
2016-10-05tools build: Support compiling C++ source fileWang Nan2-0/+8
2016-10-03tools build: Make fixdep a hostprogJiri Olsa3-5/+3
2016-10-03tools build: Add support for host programs formatJiri Olsa3-4/+26
2016-07-13perf build: Add sdt feature detectionMasami Hiramatsu4-2/+19
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo4-0/+17
2016-07-04perf build: Add feature detection for libelf's elf_getshdrstrndx()Arnaldo Carvalho de Melo4-0/+18
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-4/+4
2016-05-11perf build: Add build-test for debug-frame on arm/arm64He Kuang4-1/+42
2016-05-11perf build: Add build-test for libunwind cross-platforms supportHe Kuang6-0/+127
2016-04-28bpf tools: Fix syscall argumentFlorian Fainelli1-1/+1
2016-04-28bpf tools: Remove expression with no effectFlorian Fainelli1-1/+0
2016-04-20kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada1-4/+4
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo4-0/+23
2016-03-03tools build: Use .s extension for preprocessed assembler codeMasahiro Yamada1-1/+1
2016-02-05perf build: Add libcrypto feature detectionStephane Eranian4-0/+28
2016-01-28perf build: Fix feature-dump checks, we need to test all featuresJiri Olsa1-0/+8
2016-01-27tools build: Check basic headers for test-compile feature checkerWang Nan1-0/+2
2016-01-26tools build: Allow subprojects select all feature checkersWang Nan1-1/+20
2016-01-11tools build: Add BPF feature check to test-allWang Nan1-0/+5
2016-01-11perf tools: Fix PowerPC native buildingWang Nan1-1/+19
2016-01-06tools build feature: Use value assignment form for FEATURE-DUMP fileJiri Olsa1-5/+21
2016-01-06tools build feature: Introduce feature_assign macroJiri Olsa1-1/+7
2016-01-06tools build feature: Move dwarf post unwind choice output into perfJiri Olsa1-9/+0
2016-01-06tools build feature: Fix feature_check_display_code typoJiri Olsa1-1/+1
2015-12-16tools build: Fix feature Makefile issues with 'O='Josh Poimboeuf2-47/+48
2015-12-14perf build: Remove unnecessary line in Makefile.featureJosh Poimboeuf1-1/+0
2015-11-26tools build: Use fixdep with OUTPUT path prefixJiri Olsa2-2/+2
2015-11-25tools build: Clean CFLAGS and LDFLAGS for fixdepWang Nan1-1/+1
2015-10-29tools build: Fix libiberty feature detectionRabin Vincent1-2/+2
2015-10-28perf tools: Make perf depend on libbpfWang Nan1-2/+4
2015-10-20perf build: Add fixdep to .gitignoreYunlong Song1-0/+1
2015-10-13tools build: Fix cross compile buildJiri Olsa1-0/+4
2015-09-28tools build: Build fixdep helper from perf and basic libsJiri Olsa3-3/+17
2015-09-28tools build: Make the fixdep helper part of the build processJiri Olsa2-2/+15
2015-09-28tools build: Move dependency copy into functionJiri Olsa1-3/+8
2015-09-28tools build: Add fixdep dependency helperJiri Olsa3-0/+212