summaryrefslogtreecommitdiffstats
path: root/tools/perf/config
Commit message (Expand)AuthorAgeFilesLines
...
* | | tools/perf/build: Split out feature check: 'libelf-getphdrnum'Ingo Molnar2013-10-093-2/+14
* | | tools/perf/build: Split out feature check: 'libelf-mmap'Ingo Molnar2013-10-093-3/+14
* | | tools/perf/build: Clean up the mmap logic in config/MakefileIngo Molnar2013-10-091-25/+26
* | | tools/perf/build: Split out feature check: 'dwarf'Ingo Molnar2013-10-093-2/+15
* | | tools/perf/build: Split out feature check: 'glibc'Ingo Molnar2013-10-093-2/+14
* | | tools/perf/build: Split out feature check: 'libelf'Ingo Molnar2013-10-093-2/+13
* | | tools/perf/build: Clean up the libelf logic in config/MakefileIngo Molnar2013-10-091-29/+29
* | | tools/perf/build: Split out feature check: 'bionic'Ingo Molnar2013-10-093-5/+17
* | | tools/perf/build: Split out feature check: 'fortify-source'Ingo Molnar2013-10-093-1/+12
* | | tools/perf/build: Split out feature check: 'volatile-register-var'Ingo Molnar2013-10-093-1/+12
* | | tools/perf/build: Split out feature check: 'stackprotector'Ingo Molnar2013-10-093-1/+12
* | | tools/perf/build: Split out feature check: 'stackprotector-all'Ingo Molnar2013-10-093-1/+12
* | | tools/perf/build: Split out feature check: 'libnuma'Ingo Molnar2013-10-093-4/+18
* | | tools/perf/build: Add 'autodep' functionality, generate feature test dependen...Ingo Molnar2013-10-091-2/+6
* | | tools/perf/build: Add feature check core codeIngo Molnar2013-10-093-0/+38
* | | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-27/+27
|/ /
* / perf tools: Fix libaudit testArnaldo Carvalho de Melo2013-10-041-1/+1
|/
* perf tools: Explicitly add libdl dependencyDavid Ahern2013-09-251-1/+1
* perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter2013-09-192-0/+12
* perf tools: Sharpen the libaudit dependencies testIngo Molnar2013-09-191-0/+1
* perf tools: Use default include path notation for libtraceevent headersRobert Richter2013-07-121-2/+3
* perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger2013-07-101-2/+2
* perf tools: Revert regression in configuration of Python supportMichael Witten2013-07-091-1/+1
* perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2013-07-081-1/+1
* tools: Get only verbose output with V=1Robert Richter2013-07-081-1/+1
* perf tools: Replace multiple line assignment with multiple statementsJiri Olsa2013-05-301-24/+19Star
* perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2013-05-301-198/+198
* perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2013-05-301-0/+2
* perf tools: Switch to full path C include directoriesJiri Olsa2013-05-301-12/+37
* perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2013-05-301-18/+23
* perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa2013-05-301-49/+55
* perf tools: Move paths config into config/MakefileJiri Olsa2013-05-291-0/+52
* perf tools: Move libnuma check config into config/MakefileJiri Olsa2013-05-291-0/+11
* perf tools: Move stdlib check config into config/MakefileJiri Olsa2013-05-291-0/+18
* perf tools: Move libbfd check config into config/MakefileJiri Olsa2013-05-291-0/+37
* perf tools: Move libpython check config into config/MakefileJiri Olsa2013-05-291-0/+63
* perf tools: Move libperl check config into config/MakefileJiri Olsa2013-05-291-0/+21
* perf tools: Move gtk2 check config into config/MakefileJiri Olsa2013-05-291-0/+15
* perf tools: Move slang check config into config/MakefileJiri Olsa2013-05-291-0/+17
* perf tools: Move libaudit check config into config/MakefileJiri Olsa2013-05-291-0/+11
* perf tools: Move libunwind check config into config/MakefileJiri Olsa2013-05-291-0/+27
* perf tools: Move libdw check config into config/MakefileJiri Olsa2013-05-281-0/+15
* perf tools: Move libelf check config into config/MakefileJiri Olsa2013-05-281-0/+47
* perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2013-05-281-0/+66
* perf tools: Move programs check into config/MakefileJiri Olsa2013-05-281-0/+10
* perf tools: Move arch check into config/MakefileJiri Olsa2013-05-281-0/+34
* perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2013-04-011-7/+5Star
* perf tools: Make numa benchmark optionalPeter Hurley2013-01-301-0/+11
* perf tools: Fix GNU make v3.80 compatibility issueAl Cooper2013-01-241-3/+3
* perf tools: Always show CHK message when doing try-ccNamhyung Kim2012-10-261-2/+1Star