summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1462/+4085
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+112
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-60/+30
2014-10-12Merge tag 'kselftest-3.18-updates-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-40/+17
2014-10-12Merge tag 'ftracetest-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+445
2014-10-12Merge tag 'ktest-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-14/+57
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds-1/+167
2014-10-09selftests/vm/transhuge-stress: stress test for memory compactionKonstantin Khlebnikov-0/+145
2014-10-09mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov-0/+1
2014-10-09Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-0/+8
2014-10-09saner perf_atoll()Al Viro-60/+30
2014-10-08tracing/kprobes: Add selftest scripts testing kprobe-tracer as startup testMasami Hiramatsu-0/+31
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-10/+116
2014-10-07ktest: Don't bother with bisect good or bad on replaySteven Rostedt (Red Hat)-6/+8
2014-10-07ktest: Fix check for new kernel success on rebooting to good kernelSteven Rostedt (Red Hat)-0/+6
2014-10-03ftracetest: Add POSIX.3 standard and XFAIL result codesMasami Hiramatsu-33/+189
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo-1/+1
2014-10-01perf tools: Fix build breakage on arm64 targetsWill Deacon-0/+1
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long-5/+71
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long-41/+60
2014-09-30locktorture: Support rwlocksDavidlohr Bueso-0/+8
2014-09-30selftests/powerpc: Add test of load_unaligned_zero_pad()Michael Ellerman-1/+167
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso-1/+3
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso-16/+30
2014-09-29perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park-3/+3
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming-21/+33
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa-2/+11
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim-19/+94
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim-88/+88
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim-38/+30
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim-3/+0
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song-14/+14
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen-3/+7
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen-4/+5
2014-09-26tools: add more endian.h macrosPeter Foley-0/+24
2014-09-26Documentation: support glibc versions without htole macrosPeter Foley-0/+32
2014-09-25perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo-1/+6
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo-2/+5
2014-09-25perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo-6/+29
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo-10/+44
2014-09-25perf evlist: Refcount mmapsArnaldo Carvalho de Melo-2/+51
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo-278/+342
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo-8/+15
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo-13/+9
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo-0/+116
2014-09-25perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo-7/+36
2014-09-25perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo-2/+2
2014-09-25perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo-1/+1