aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10perf ui browsers: Add missing includeArnaldo Carvalho de Melo1-0/+1
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2-26/+26
2014-10-10perf session: Don't count per evsel eventsArnaldo Carvalho de Melo1-16/+0
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-09perf evsel: Add hists helperArnaldo Carvalho de Melo14-101/+132
2014-10-09perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo1-1/+0
2014-10-09perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo1-3/+0
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-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2-7/+8
2014-10-03perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa1-12/+4
2014-10-03perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa1-2/+2
2014-10-03perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa1-2/+2
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