summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-10-09tools/perf/build: Speed up the final linkIngo Molnar1-3/+7
2013-10-09tools/perf/build: Speed up git-version test on re-makeIngo Molnar1-2/+13
2013-10-09tools/perf/build: Speed up auto-detection of features by adding a 'test-all' ...Ingo Molnar3-6/+238
2013-10-09tools/perf: Turn strlcpy() into a __weak functionIngo Molnar6-24/+12
2013-10-09tools/perf: Clean up util/include/linux/compiler.hIngo Molnar1-5/+10
2013-10-09tools/perf/build: Split out feature check: 'backtrace'Ingo Molnar3-1/+16
2013-10-09tools/perf/build: Split out feature check: 'on-exit'Ingo Molnar3-1/+12
2013-10-09tools/perf/build: Split out feature check: 'strlcpy'Ingo Molnar3-1/+14
2013-10-09tools/perf/build: Split out feature check: 'libbfd'Ingo Molnar3-2/+13
2013-10-09tools/perf/build: Split out feature check: 'libpython-version'Ingo Molnar3-1/+16
2013-10-09tools/perf/build: Split out feature check: 'libpython'Ingo Molnar3-1/+27
2013-10-09tools/perf/build: Split out feature check: 'libperl'Ingo Molnar3-1/+24
2013-10-09tools/perf/build: Split out feature check: 'gtk2-infobar'Ingo Molnar3-1/+16
2013-10-09tools/perf/build: Split out feature check: 'gtk2'Ingo Molnar3-1/+16
2013-10-09tools/perf/build: Split out feature check: 'libslang'Ingo Molnar3-2/+12
2013-10-09tools/perf/build: Split out feature check: 'libaudit'Ingo Molnar3-2/+13
2013-10-09tools/perf/build: Split out feature check: 'libunwind'Ingo Molnar3-5/+32
2013-10-09tools/perf/build: Clean up the libunwind logic in config/MakefileIngo Molnar1-12/+12
2013-10-09tools/perf/build: Split out feature check: 'libelf-getphdrnum'Ingo Molnar3-2/+14
2013-10-09tools/perf/build: Split out feature check: 'libelf-mmap'Ingo Molnar3-3/+14
2013-10-09tools/perf/build: Clean up the mmap logic in config/MakefileIngo Molnar1-25/+26
2013-10-09tools/perf/build: Split out feature check: 'dwarf'Ingo Molnar3-2/+15
2013-10-09tools/perf/build: Split out feature check: 'glibc'Ingo Molnar3-2/+14
2013-10-09tools/perf/build: Split out feature check: 'libelf'Ingo Molnar3-2/+13
2013-10-09tools/perf/build: Clean up the libelf logic in config/MakefileIngo Molnar1-29/+29
2013-10-09tools/perf/build: Split out feature check: 'bionic'Ingo Molnar3-5/+17
2013-10-09tools/perf/build: Split out feature check: 'fortify-source'Ingo Molnar3-1/+12
2013-10-09tools/perf/build: Split out feature check: 'volatile-register-var'Ingo Molnar3-1/+12
2013-10-09tools/perf/build: Split out feature check: 'stackprotector'Ingo Molnar3-1/+12
2013-10-09tools/perf/build: Split out feature check: 'stackprotector-all'Ingo Molnar3-1/+12
2013-10-09tools/perf/build: Split out feature check: 'libnuma'Ingo Molnar3-4/+18
2013-10-09tools/perf/build: Add 'autodep' functionality, generate feature test dependen...Ingo Molnar1-2/+6
2013-10-09tools/perf/build: Add feature check core codeIngo Molnar3-0/+38
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar30-86/+86
2013-10-08Merge branch 'perf/urgent' into tools/perf/buildIngo Molnar8-23/+77
2013-10-04perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2-1/+13
2013-10-04perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo1-0/+1
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu3-21/+59
2013-10-04perf tools: Fix libaudit testArnaldo Carvalho de Melo1-1/+1
2013-10-04perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim1-0/+1
2013-10-04perf tools: Add default handler for mmap2 eventsDavid Ahern1-0/+2
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen17-15/+122
2013-10-04tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf rec...Andi Kleen2-0/+6
2013-10-04tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen8-5/+66
2013-10-04tools/perf/stat: Add perf stat --transactionAndi Kleen5-1/+171
2013-10-04tools/perf: Fix sorting for 64bit entriesAndi Kleen1-2/+2
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar1-26/+1
2013-09-25perf symbols: Demangle cloned functionsAndi Kleen1-1/+26
2013-09-25perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter1-1/+1
2013-09-25perf tools: Explicitly add libdl dependencyDavid Ahern1-1/+1