aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-10-19perf bench: Run benchmarks, don't test themIngo Molnar1-4/+4
2015-10-19perf bench mem: Rename 'routine' to 'function'Ingo Molnar2-38/+38
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar4-23/+23
2015-10-19perf bench mem: Reorganize the code a bitIngo Molnar1-19/+19
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar2-15/+20
2015-10-19perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar2-50/+50
2015-10-19perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar1-6/+6
2015-10-19perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar2-30/+30
2015-10-19perf bench: List output formatting options on 'perf bench -h'Ingo Molnar1-1/+1
2015-10-19perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar2-112/+50
2015-10-19perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar2-1/+1
2015-10-19perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar1-7/+4
2015-10-19perf bench: Default to all routines in 'perf bench mem'Ingo Molnar1-2/+2
2015-10-19perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar1-56/+45
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim3-0/+20
2015-10-19perf test: Silence tracepoint event failuresNamhyung Kim3-3/+3
2015-10-19selftests/powerpc: Run EBB tests only on POWER8Denis Kirjanov24-0/+56
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar6-4/+20
2015-10-16Merge tag 'powerpc-4.3-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+9
2015-10-15selftests/seccomp: build and pass on arm64Kees Cook1-22/+49
2015-10-15selftests: memfd_test: Revised STACK_SIZE to make it 16-byte alignedChunyan Zhang1-1/+1
2015-10-15selftests/pstore: add pstore test scripts going with rebootHiraku Toyooka5-2/+143
2015-10-15selftests/pstore: add pstore test script for pre-rebootHiraku Toyooka4-0/+98
2015-10-15selftests: add .gitignore for efivarfsYuan Sun1-0/+2
2015-10-15selftests/powerpc: Allow the tm-syscall test to build with old headersMichael Ellerman1-2/+12
2015-10-15selftests/powerpc: Sort the list of SUB_DIRS to buildMichael Ellerman1-1/+11
2015-10-15selftests/powerpc: Add tests of unmuxed IPC callsMichael Ellerman5-1/+122
2015-10-14selftests/x86: Style fixes for the 'unwind_vdso' testAndy Lutomirski1-2/+4
2015-10-13tools build: Fix cross compile buildJiri Olsa1-0/+4
2015-10-13tools include: Fix strict-aliasing rules breakageJiri Olsa1-8/+24
2015-10-13selftests/powerpc: Fix build failure of load_unaligned_zeropad testMichael Ellerman1-0/+9
2015-10-12perf hists browser: Add 'm' key for context menu displayNamhyung Kim1-0/+2
2015-10-12perf callchains: Fix unw_word_t pointer castsRabin Vincent1-2/+2
2015-10-12perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent1-4/+6
2015-10-12Merge 4.3-rc5 into usb-nextGreg Kroah-Hartman17-65/+151
2015-10-12Merge 4.3-rc5 into staging-nextGreg Kroah-Hartman17-65/+151
2015-10-12perf hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo1-1/+2
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo4-9/+9
2015-10-12perf symbols: Try the .debug/ DSO cache as a last resortArnaldo Carvalho de Melo1-9/+9
2015-10-12timers, kselftest: Add 'adjtick' test to validate adjtimex() tick adjustmentsJohn Stultz2-1/+223
2015-10-10tools/thermal: tmon: use pkg-config also for CFLAGSOlaf Hering1-0/+3
2015-10-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar6-18/+93
2015-10-08Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar1-5/+34
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney6-4/+20
2015-10-07perf python: Support the PERF_RECORD_SWITCH eventArnaldo Carvalho de Melo2-7/+75
2015-10-07Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-1/+4
2015-10-07perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu3-1/+4
2015-10-07selftests/x86: Add a test for ptrace syscall restart and arg modificationAndy Lutomirski3-1/+342
2015-10-07selftests/x86: Add a test for vDSO unwindingAndy Lutomirski2-1/+210
2015-10-07Merge branch 'linus' into x86/asm, to pick up fixes before applying new changesIngo Molnar18-100/+186