summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2017-08-15Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds-5/+4
2017-08-15perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter-7/+7
2017-08-15perf script python: Add support for exporting to sqlite3Adrian Hunter-3/+491
2017-08-15perf scripts python: Fix query in call-graph-from-postgresql.pyAdrian Hunter-1/+1
2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter-1/+2
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo-3/+3
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo-1/+22
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo-5/+0
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman-31/+562
2017-08-14selftests: capabilities: convert error output to TAP13 ksft frameworkShuah Khan-49/+65
2017-08-11selftests: bpf: add check for ip XDP redirectWilliam Tu-0/+5
2017-08-11perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo-0/+40
2017-08-11perf report: Fix module symbol adjustment for s390xThomas Richter-1/+17
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter-10/+19
2017-08-11perf srcline: Do not consider empty files as valid srclinesMilian Wolff-0/+6
2017-08-11perf util: Take elf_name as const string in dso__demangle_symMilian Wolff-3/+3
2017-08-11perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo-0/+31
2017-08-11perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo-0/+37
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo-22/+32
2017-08-11perf test shell: Install shell testsArnaldo Carvalho de Melo-1/+3
2017-08-11perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo-0/+30
2017-08-11perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo-8/+10
2017-08-11perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo-1/+170
2017-08-11selftests: memfd: Align STACK_SIZE for ARM AArch64 systemOrson Zhai-1/+1
2017-08-11selftests: timers: freq-step: fix compile errorShuah Khan-4/+3
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo-124/+127
2017-08-11perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo-1/+3
2017-08-11perf tools: Add missing newline to expr parser error messagesAndi Kleen-1/+1
2017-08-11perf stat: Fix saved values rbtree lookupAndi Kleen-1/+5
2017-08-11perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu-2298/+3511
2017-08-11perf vendor events powerpc: remove suffix in mapfileSukadev Bhattiprolu-10/+10
2017-08-11perf scripting python: Add ppc64le to audit uname listNaveen N. Rao-0/+1
2017-08-11objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf-25/+31
2017-08-11objtool: Fix validate_branch() return codesJosh Poimboeuf-3/+3
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez-2/+239
2017-08-10test_firmware: add test case for SIGCHLD on sync fallbackLuis R. Rodriguez-0/+31
2017-08-10selftests: add rtnetlink test scriptFlorian Westphal-1/+200
2017-08-10selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski-6/+35
2017-08-10Merge tag 'perf-core-for-mingo-4.14-20170801' of git://git.kernel.org/pub/scm...Ingo Molnar-62/+5538
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar-31/+562
2017-08-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-17/+76
2017-08-09bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann-0/+313
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann-0/+5
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+25
2017-08-09selftests: warn if failure is due to lack of executable bitLuis R. Rodriguez-1/+6
2017-08-09selftests: kselftest framework: add error counterShuah Khan-3/+18
2017-08-09selftests: futex: fix run_tests targetShuah Khan-1/+1
2017-08-09iio: tools: add install sectionAndy Shevchenko-4/+12
2017-08-09iio: tools: move to tools buildsystemAndy Shevchenko-20/+51
2017-08-08selftests: bpf: add a test for XDP redirectWilliam Tu-3/+86