summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf session: Do not fail on processing out of order eventJiri Olsa2015-01-262-2/+4
* userns: Unbreak the unprivileged remount testsEric W. Biederman2015-01-071-8/+24
* mnt: Update unprivileged remount testEric W. Biederman2015-01-071-30/+142
* mnt: Add tests for unprivileged remount cases that have found to be faultyEric W. Biederman2014-09-173-0/+260
* tools: ffs-test: fix header values endianessMichal Nazarewicz2014-07-181-2/+2
* turbostat: Use GCC's CPUID functions to support PICJosh Triplett2014-02-131-5/+6
* turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2014-02-132-2/+2
* perf kvm: Fix kvm report without guestmount.Dongsheng Yang2014-02-061-1/+6
* cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer2014-01-091-3/+3
* perf tools: Synthesize anon MMAP records againDon Zickus2013-12-041-2/+4
* perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-12-043-4/+11
* perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-2814-16/+49
* perf top: Split -G and --call-graphJiri Olsa2013-10-282-23/+18
* perf record: Split -g and --call-graphJiri Olsa2013-10-283-23/+67
* perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-282-5/+17
* perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo2013-10-281-1/+1
* perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart2013-10-241-13/+24
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-10-204-20/+15
|\
| * perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-172-18/+13
| * perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo2013-10-171-1/+1
| * perf probe: Fix to initialize fname always before use itMasami Hiramatsu2013-10-151-1/+1
* | tools/testing/selftests: fix uninitialized variableFelipe Pena2013-10-161-1/+1
|/
* 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