aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds117-1462/+4085
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds34-30/+112
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-60/+30
2014-10-12Merge tag 'kselftest-3.18-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-40/+17
2014-10-12Merge tag 'ftracetest-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds18-0/+445
2014-10-12Merge tag 'ktest-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds2-14/+57
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds6-1/+167
2014-10-09selftests/vm/transhuge-stress: stress test for memory compactionKonstantin Khlebnikov2-0/+145
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov1-0/+1
2014-10-09Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar3-0/+8
2014-10-09saner perf_atoll()Al Viro1-60/+30
2014-10-08tracing/kprobes: Add selftest scripts testing kprobe-tracer as startup testMasami Hiramatsu2-0/+31
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-10/+116
2014-10-07ktest: Don't bother with bisect good or bad on replaySteven Rostedt (Red Hat)1-6/+8
2014-10-07ktest: Fix check for new kernel success on rebooting to good kernelSteven Rostedt (Red Hat)1-0/+6
2014-10-03ftracetest: Add POSIX.3 standard and XFAIL result codesMasami Hiramatsu13-33/+189
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo1-1/+1
2014-10-01perf tools: Fix build breakage on arm64 targetsWill Deacon1-0/+1
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long3-5/+71
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long7-41/+60
2014-09-30locktorture: Support rwlocksDavidlohr Bueso3-0/+8
2014-09-30selftests/powerpc: Add test of load_unaligned_zero_pad()Michael Ellerman6-1/+167
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso1-1/+3
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso3-16/+30
2014-09-29perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park1-3/+3
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming3-21/+33
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa1-2/+11
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim3-19/+94
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim4-88/+88
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim5-38/+30
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim1-3/+0
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song13-14/+14
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2-3/+7
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen1-4/+5
2014-09-26tools: add more endian.h macrosPeter Foley1-0/+24
2014-09-26Documentation: support glibc versions without htole macrosPeter Foley1-0/+32
2014-09-25perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-1/+6
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-2/+5
2014-09-25perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo1-6/+29
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo4-10/+44
2014-09-25perf evlist: Refcount mmapsArnaldo Carvalho de Melo2-2/+51
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo12-278/+342
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo9-8/+15
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo1-13/+9
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo3-0/+116
2014-09-25perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo2-7/+36
2014-09-25perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo1-2/+2
2014-09-25perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo1-1/+1