summaryrefslogtreecommitdiffstats
path: root/tools/build
Commit message (Expand)AuthorAgeFilesLines
* tools build: Fix libiberty feature detectionRabin Vincent2015-10-291-2/+2
* perf tools: Make perf depend on libbpfWang Nan2015-10-281-2/+4
* perf build: Add fixdep to .gitignoreYunlong Song2015-10-201-0/+1
* tools build: Fix cross compile buildJiri Olsa2015-10-131-0/+4
* tools build: Build fixdep helper from perf and basic libsJiri Olsa2015-09-283-3/+17
* tools build: Make the fixdep helper part of the build processJiri Olsa2015-09-282-2/+15
* tools build: Move dependency copy into functionJiri Olsa2015-09-281-3/+8
* tools build: Add fixdep dependency helperJiri Olsa2015-09-283-0/+212
* tools build: Add test for missing includeJiri Olsa2015-09-285-1/+39
* tools build: Add Makefile.includeJiri Olsa2015-09-283-14/+35
* tools build: Allow setting the feature detection userArnaldo Carvalho de Melo2015-09-221-3/+4
* tools build: Fixup feature detection display function nameArnaldo Carvalho de Melo2015-09-221-1/+1
* tools build: Add test for presence of __get_cpuid() gcc builtinArnaldo Carvalho de Melo2015-09-174-3/+21
* tools build: Add test for presence of numa_num_possible_cpus() in libnumaArnaldo Carvalho de Melo2015-09-174-0/+17
* tools build: Allow duplicate objects in the object listJiri Olsa2015-08-263-1/+3
* perf tools: Add Intel PT instruction decoderAdrian Hunter2015-08-171-0/+2
* perf tools: Support static linking with libdwAndi Kleen2015-08-131-1/+6
* bpf tools: Introduce 'bpf' library and add bpf feature checkWang Nan2015-08-072-1/+23
* perf tools: Fix build errors with mipsel-linux-uclibc compilerPetri Gynther2015-08-051-0/+11
* perf tools: Create config.detected into OUTPUT directoryAaro Koskinen2015-07-011-1/+1
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+4
|\
| * perf tools: Fix build breakage if prefix= is specifiedLukas Wunner2015-06-191-4/+4
* | perf build: Do not fail on missing Build fileJiri Olsa2015-05-293-1/+4
* | tools build: Change FEATURE_TESTS and FEATURE_DISPLAY to weak bindingWang Nan2015-05-181-2/+2
|/
* tools build: Add feature check for lzma libraryJiri Olsa2015-03-214-4/+25
* perf build: Move feature checks code under tools/buildJiri Olsa2015-03-2133-0/+783
* perf build: Display make commands on V=1Jiri Olsa2015-02-121-1/+3
* perf build: Add single target build framework supportJiri Olsa2015-02-121-1/+19
* perf build: Add libperf objects buildingJiri Olsa2015-02-121-0/+3
* tools build: Add subdir supportJiri Olsa2015-02-121-0/+7
* tools build: Add detected config supportJiri Olsa2015-02-121-0/+3
* tools build: Add new build supportJiri Olsa2015-02-1115-0/+441