summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-11-18perf report: Add --percent-limit optionNamhyung Kim8-25/+115
2014-11-18perf report: Don't bother locking when adding hist entriesNamhyung Kim1-4/+0
2014-11-18perf hists: Move locking to its call-sitesNamhyung Kim3-17/+18
2014-11-18perf top: Get rid of *_threaded() functionsNamhyung Kim3-52/+19
2014-11-18perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2014-11-18perf top: Fix -E option behaviorNamhyung Kim1-12/+5
2014-11-18perf record: handle death by SIGTERMDavid Ahern1-1/+1
2014-11-18perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2-0/+12
2014-11-18perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa1-3/+3
2014-11-18perf hists browser: Use sort__has_symArnaldo Carvalho de Melo1-7/+2
2014-11-18perf top: Use sort__has_symNamhyung Kim2-10/+3
2014-11-18perf sort: Cleanup sort__has_sym settingNamhyung Kim1-4/+1
2014-11-18perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim1-1/+1
2014-11-18perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo1-1/+1
2014-11-18perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim5-29/+47
2014-11-18perf sort: Separate out memory-specific sort keysNamhyung Kim3-16/+44
2014-11-18perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2014-11-18perf sort: Introduce sort__mode variableNamhyung Kim4-15/+24
2014-11-18perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2-12/+16
2014-11-18perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2014-11-18perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2-3/+20
2014-11-18perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2014-10-05perf kmem: Make it work again on non NUMA machinesJiri Olsa1-1/+1
2014-09-17mnt: Add tests for unprivileged remount cases that have found to be faultyEric W. Biederman3-0/+260
2014-07-09tools: ffs-test: fix header values endianessMichal Nazarewicz1-2/+2
2014-06-11perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2014-02-13turbostat: Use GCC's CPUID functions to support PICJosh Triplett1-5/+6
2014-02-13turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2-2/+2
2014-02-06perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2014-01-25perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2014-01-09cpupower: Fix segfault due to incorrect getopt_long arugmentsJosh Boyer1-3/+3
2013-12-04perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle3-4/+11
2013-10-05tools lib lk: Uninclude linux/magic.h in debugfs.cVinson Lee1-1/+0
2013-10-01perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-08-04perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-08-04Tools: hv: KVP: Fix a bug in IPV6 subnet enumerationK. Y. Srinivasan1-2/+3
2013-06-13turbostat: Increase output buffer size to accommodate C8-C10Josh Triplett1-1/+1
2013-05-24revert "selftest: add simple test for soft-dirty bit"Andrew Morton3-125/+0
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings1-12/+1
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings1-4/+18
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings1-4/+4
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings1-3/+3
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings1-1/+1
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-1/+53
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-159/+1239
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-5/+1636
2013-04-30selftest: add a test case for PTRACE_PEEKSIGINFOAndrey Vagin3-0/+225
2013-04-30selftest: add simple test for soft-dirty bitPavel Emelyanov3-3/+128
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds99-1222/+3243