summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-03-12selftests/timers: Add clocksource-switch test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add skew_consistency test from the timetests suiteJohn Stultz
2015-03-12selftests/timers: Add change_skew test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add alarmtimer-suspend test from timetests suiteJohn Stultz
2015-03-12selftests/timers: Add adjtimex validation test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add mqueue latency test from the timetest suiteJohn Stultz
2015-03-12selftests/timers: Add threaded time inconsistency test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add set-timer-lat test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add clock skew estimation test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add nsleep-lat test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Add inconsistency-check test from timetestsJohn Stultz
2015-03-12selftests/timers: Add nanosleep test from timetest suiteJohn Stultz
2015-03-12selftests/timers: Quiet warning due to lack of return check on brkJohn Stultz
2015-03-12selftests/timers: Cleanup Makefile to make it easier to add future testsJohn Stultz
2015-03-12perf hists browser: Fix UI bug after fold/unfoldHe Kuang
2015-03-12perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern
2015-03-12perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang
2015-03-12perf probe: Fix possible double free on errorHe Kuang
2015-03-12perf tools: Output feature detection's gcc output to a fileArnaldo Carvalho de Melo
2015-03-12perf build: Fix libbabeltrace detectionJiri Olsa
2015-03-12perf probe: Allow weak symbols to be probedNamhyung Kim
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim
2015-03-12Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu
2015-03-12perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf ordered_events: Adopt queue() methodArnaldo Carvalho de Melo
2015-03-12perf tools: Remove superfluous thread->comm_set settingJiri Olsa
2015-03-12perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo
2015-03-12perf ordered_events: Allow tools to specify a deliver methodArnaldo Carvalho de Melo
2015-03-11Revert "cpupower Makefile change to help run the tool without 'make install'"Josh Boyer
2015-03-11rcutorture: Enable slow grace-period initializationsPaul E. McKenney
2015-03-11selftests/exec: Check if the syscall exists and bail if notMichael Ellerman
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Untangle from perf_sessionArnaldo Carvalho de Melo
2015-03-09tools: iio: lsiio: Remove unused variablesRoberta Dobrescu
2015-03-09tools: iio: Define _GNU_SOURCE in MakefileRoberta Dobrescu
2015-03-09iio: Move iio userspace applications out of stagingRoberta Dobrescu
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-05Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-03-05perf annotate: Fix fallback to unparsed disassembler lineArnaldo Carvalho de Melo
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2015-03-03torture: Avoid script syntax error when insufficient CPUsPaul E. McKenney
2015-03-03perf/bench: Add -r all so that you can run all mem* routinesBorislav Petkov
2015-03-03perf/bench: Carve out mem routine benchmarkingBorislav Petkov
2015-03-03perf/bench: Fix mem* routines usage after alternatives changeBorislav Petkov
2015-03-03perf sched: No need to keep the session aroundArnaldo Carvalho de Melo
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-03-02Merge branch 'fixes-for-4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-03-02perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature testAdrian Hunter
2015-03-02perf probe: Remove bias offset to find probe point by addressMasami Hiramatsu