aboutsummaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Expand)AuthorFilesLines
2016-01-11perf tools: Fix PowerPC native buildingGravatar Wang Nan 1-1/+19
2016-01-06tools build feature: Use value assignment form for FEATURE-DUMP fileGravatar Jiri Olsa 1-5/+21
2016-01-06tools build feature: Introduce feature_assign macroGravatar Jiri Olsa 1-1/+7
2016-01-06tools build feature: Move dwarf post unwind choice output into perfGravatar Jiri Olsa 1-9/+0
2016-01-06tools build feature: Fix feature_check_display_code typoGravatar Jiri Olsa 1-1/+1
2015-12-16tools build: Fix feature Makefile issues with 'O='Gravatar Josh Poimboeuf 2-47/+48
2015-12-14perf build: Remove unnecessary line in Makefile.featureGravatar Josh Poimboeuf 1-1/+0
2015-11-26tools build: Use fixdep with OUTPUT path prefixGravatar Jiri Olsa 2-2/+2
2015-11-25tools build: Clean CFLAGS and LDFLAGS for fixdepGravatar Wang Nan 1-1/+1
2015-10-29tools build: Fix libiberty feature detectionGravatar Rabin Vincent 1-2/+2
2015-10-28perf tools: Make perf depend on libbpfGravatar Wang Nan 1-2/+4
2015-10-20perf build: Add fixdep to .gitignoreGravatar Yunlong Song 1-0/+1
2015-10-13tools build: Fix cross compile buildGravatar Jiri Olsa 1-0/+4
2015-09-28tools build: Build fixdep helper from perf and basic libsGravatar Jiri Olsa 3-3/+17
2015-09-28tools build: Make the fixdep helper part of the build processGravatar Jiri Olsa 2-2/+15
2015-09-28tools build: Move dependency copy into functionGravatar Jiri Olsa 1-3/+8
2015-09-28tools build: Add fixdep dependency helperGravatar Jiri Olsa 3-0/+212
2015-09-28tools build: Add test for missing includeGravatar Jiri Olsa 5-1/+39
2015-09-28tools build: Add Makefile.includeGravatar Jiri Olsa 3-14/+35
2015-09-22tools build: Allow setting the feature detection userGravatar Arnaldo Carvalho de Melo 1-3/+4
2015-09-22tools build: Fixup feature detection display function nameGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-09-17tools build: Add test for presence of __get_cpuid() gcc builtinGravatar Arnaldo Carvalho de Melo 4-3/+21
2015-09-17tools build: Add test for presence of numa_num_possible_cpus() in libnumaGravatar Arnaldo Carvalho de Melo 4-0/+17
2015-08-26tools build: Allow duplicate objects in the object listGravatar Jiri Olsa 3-1/+3
2015-08-17perf tools: Add Intel PT instruction decoderGravatar Adrian Hunter 1-0/+2
2015-08-13perf tools: Support static linking with libdwGravatar Andi Kleen 1-1/+6
2015-08-07bpf tools: Introduce 'bpf' library and add bpf feature checkGravatar Wang Nan 2-1/+23
2015-08-05perf tools: Fix build errors with mipsel-linux-uclibc compilerGravatar Petri Gynther 1-0/+11
2015-07-01perf tools: Create config.detected into OUTPUT directoryGravatar Aaro Koskinen 1-1/+1
2015-06-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+4
2015-06-19perf tools: Fix build breakage if prefix= is specifiedGravatar Lukas Wunner 1-4/+4
2015-05-29perf build: Do not fail on missing Build fileGravatar Jiri Olsa 3-1/+4
2015-05-18tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingGravatar Wang Nan 1-2/+2
2015-03-21tools build: Add feature check for lzma libraryGravatar Jiri Olsa 4-4/+25
2015-03-21perf build: Move feature checks code under tools/buildGravatar Jiri Olsa 33-0/+783
2015-02-12perf build: Display make commands on V=1Gravatar Jiri Olsa 1-1/+3
2015-02-12perf build: Add single target build framework supportGravatar Jiri Olsa 1-1/+19
2015-02-12perf build: Add libperf objects buildingGravatar Jiri Olsa 1-0/+3
2015-02-12tools build: Add subdir supportGravatar Jiri Olsa 1-0/+7
2015-02-12tools build: Add detected config supportGravatar Jiri Olsa 1-0/+3
2015-02-11tools build: Add new build supportGravatar Jiri Olsa 15-0/+441