summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2-36/+44
2013-09-24perf trace: Add mmap2 handlerDavid Ahern1-0/+1
2013-09-24perf kmem: Make it work again on non NUMA machinesJiri Olsa1-1/+1
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra1-3/+3
2013-09-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar17-31/+119
2013-09-19tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee1-1/+0
2013-09-19perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar1-1/+1
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu3-7/+27
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo6-8/+16
2013-09-19perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter3-0/+28
2013-09-19perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter1-13/+28
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter1-1/+1
2013-09-19perf tools: Fill in new definitions for madvise()/mmap() flagsIngo Molnar1-0/+17
2013-09-19perf tools: Sharpen the libaudit dependencies testIngo Molnar1-0/+1
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-77/+374
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian17-25/+200
2013-09-09perf kvm: Fix sample_type manipulationAdrian Hunter1-9/+9
2013-09-09perf evlist: Fix id pos in perf_evlist__open()Adrian Hunter1-0/+12
2013-09-09perf trace: Handle perf.data files with no tracepointsArnaldo Carvalho de Melo1-33/+7