summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2013-10-042-1/+13
* perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo2013-10-041-0/+1
* perf probe: Fix to find line information for probe listMasami Hiramatsu2013-10-043-21/+59
* perf tools: Fix libaudit testArnaldo Carvalho de Melo2013-10-041-1/+1
* perf stat: Set child_pid after perf_evlist__prepare_workload()Namhyung Kim2013-10-041-0/+1
* perf tools: Add default handler for mmap2 eventsDavid Ahern2013-10-041-0/+2
* Revert "perf symbols: Demangle cloned functions"Ingo Molnar2013-09-291-26/+1
* perf symbols: Demangle cloned functionsAndi Kleen2013-09-251-1/+26
* perf machine: Fix path unpopulated in machine__create_modules()Adrian Hunter2013-09-251-1/+1
* perf tools: Explicitly add libdl dependencyDavid Ahern2013-09-251-1/+1
* perf probe: Fix probing symbols with optimization suffixMasami Hiramatsu2013-09-252-36/+44
* perf trace: Add mmap2 handlerDavid Ahern2013-09-241-0/+1
* perf kmem: Make it work again on non NUMA machinesJiri Olsa2013-09-241-1/+1
* perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'Peter Zijlstra2013-09-201-3/+3
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-09-2017-31/+119
|\
| * tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee2013-09-191-1/+0
| * perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar2013-09-191-1/+1
| * perf probe: Fix finder to find lines of given functionMasami Hiramatsu2013-09-193-7/+27
| * perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-196-8/+16
| * perf tools: Fix compile with libelf without get_phdrnumAdrian Hunter2013-09-193-0/+28
| * perf tools: Fix buildid cache handling of kallsyms with kcoreAdrian Hunter2013-09-191-13/+28
| * perf annotate: Fix objdump line parsing offset validationAdrian Hunter2013-09-191-1/+1
| * perf tools: Fill in new definitions for madvise()/mmap() flagsIngo Molnar2013-09-191-0/+17
| * perf tools: Sharpen the libaudit dependencies testIngo Molnar2013-09-191-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-1225-77/+374
|\|
| * perf tools: Add attr->mmap2 supportStephane Eranian2013-09-1117-25/+200
| * perf kvm: Fix sample_type manipulationAdrian Hunter2013-09-091-9/+9
| * perf evlist: Fix id pos in perf_evlist__open()Adrian Hunter2013-09-091-0/+12
| * perf trace: Handle perf.data files with no tracepointsArnaldo Carvalho de Melo2013-09-091-33/+7
| * perf session: Separate progress bar update when processing eventsJiri Olsa2013-09-051-1/+2
| * perf trace: Check if MAP_32BIT is definedKyle McMartin2013-09-051-0/+2
| * perf hists: Fix formatting of long symbol namesArnaldo Carvalho de Melo2013-09-051-6/+17
| * perf evlist: Fix parsing with no sample_id_all bit setAdrian Hunter2013-09-051-2/+7
| * perf tools: Add test for parsing with no sample_id_all bitAdrian Hunter2013-09-054-1/+115
| * perf trace: Check control+C more oftenArnaldo Carvalho de Melo2013-09-051-0/+3
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-092-0/+9
|\ \
| * \ Merge branch 'master' into virtio-nextRusty Russell2013-08-091-2/+3
| |\ \
| * | | tools/lguest: offer VIRTIO_F_ANY_LAYOUT for net device.Rusty Russell2013-07-151-0/+6
| * | | virtio tools: add .gitignoreRamkumar Ramachandra2013-07-151-0/+3
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-0610-0/+574
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftests: Add test of PMU instruction counting on powerpcMichael Ellerman2013-08-146-1/+349
| * | | selftests: Add support files for powerpc testsMichael Ellerman2013-08-143-0/+186
| * | | selftests: Add infrastructure for powerpc selftestsMichael Ellerman2013-08-142-0/+40
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-04113-1668/+7551
|\ \ \ \ | | |/ / | |/| |
| | * | perf trace: Tell arg formatters the arg indexArnaldo Carvalho de Melo2013-09-021-11/+25
| | * | perf trace: Add beautifier for open's flags argArnaldo Carvalho de Melo2013-09-021-1/+58
| | * | perf trace: Add beautifier for lseek's whence argArnaldo Carvalho de Melo2013-09-021-0/+27
| | * | perf tools: Fix symbol offset computation for some dsosDavid Ahern2013-09-022-1/+5
| | * | perf list: Skip unsupported eventsNamhyung Kim2013-09-021-2/+39
| | * | perf tests: Add 'keep tracking' testAdrian Hunter2013-09-026-2/+205