summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou-16/+49
2013-10-28perf top: Split -G and --call-graphJiri Olsa-23/+18
2013-10-28perf record: Split -g and --call-graphJiri Olsa-23/+67
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa-5/+17
2013-10-28perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo-1/+1
2013-10-24perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart-13/+24
2013-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-20/+15
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian-18/+13
2013-10-17perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo-1/+1
2013-10-16tools/testing/selftests: fix uninitialized variableFelipe Pena-1/+1
2013-10-15perf probe: Fix to initialize fname always before use itMasami Hiramatsu-1/+1
2013-10-04perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim-1/+13
2013-10-04perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo-0/+1
2013-10-04perf probe: Fix to find line information for probe listMasami Hiramatsu-21/+59
2013-10-04perf tools: Fix libaudit testArnaldo Carvalho de Melo-1/+1
2013-10-04perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim-0/+1
2013-10-04perf tools: Add default handler for mmap2 eventsDavid Ahern-0/+2
2013-09-29Revert "perf symbols: Demangle cloned functions"Ingo Molnar-26/+1
2013-09-25perf symbols: Demangle cloned functionsAndi Kleen-1/+26
2013-09-25perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter-1/+1
2013-09-25perf tools: Explicitly add libdl dependencyDavid Ahern-1/+1
2013-09-25perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu-36/+44
2013-09-24perf trace: Add mmap2 handlerDavid Ahern-0/+1
2013-09-24perf kmem: Make it work again on non NUMA machinesJiri Olsa-1/+1
2013-09-20perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra-3/+3
2013-09-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-31/+119
2013-09-19tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee-1/+0
2013-09-19perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar-1/+1
2013-09-19perf probe: Fix finder to find lines of given functionMasami Hiramatsu-7/+27
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo-8/+16
2013-09-19perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter-0/+28
2013-09-19perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter-13/+28
2013-09-19perf annotate: Fix objdump line parsing offset validationAdrian Hunter-1/+1
2013-09-19perf tools: Fill in new definitions for madvise()/mmap() flagsIngo Molnar-0/+17
2013-09-19perf tools: Sharpen the libaudit dependencies testIngo Molnar-0/+1
2013-09-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-77/+374
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian-25/+200
2013-09-09perf kvm: Fix sample_type manipulationAdrian Hunter-9/+9
2013-09-09perf evlist: Fix id pos in perf_evlist__open()Adrian Hunter-0/+12
2013-09-09perf trace: Handle perf.data files with no tracepointsArnaldo Carvalho de Melo-33/+7
2013-09-09Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+9
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds-0/+574
2013-09-05perf session: Separate progress bar update when processing eventsJiri Olsa-1/+2
2013-09-05perf trace: Check if MAP_32BIT is definedKyle McMartin-0/+2
2013-09-05perf hists: Fix formatting of long symbol namesArnaldo Carvalho de Melo-6/+17
2013-09-05perf evlist: Fix parsing with no sample_id_all bit setAdrian Hunter-2/+7
2013-09-05perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter-1/+115
2013-09-05perf trace: Check control+C more oftenArnaldo Carvalho de Melo-0/+3
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds-1668/+7551
2013-09-02perf trace: Tell arg formatters the arg indexArnaldo Carvalho de Melo-11/+25