summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-1522-167/+268
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-151-11/+30
| |\
| | * bpf, tests: fix endianness selectionDaniel Borkmann2017-06-081-11/+30
| * | perf symbols: Kill dso__build_id_is_kmod()Namhyung Kim2017-06-083-50/+0Star
| * | perf symbols: Keep DSO->symtab_type after decompressNamhyung Kim2017-06-081-0/+2
| * | perf tests: Decompress kernel module before objdumpNamhyung Kim2017-06-081-1/+19
| * | perf tools: Consolidate error path in __open_dso()Namhyung Kim2017-06-081-11/+8Star
| * | perf tools: Decompress kernel module when reading DSO dataNamhyung Kim2017-06-081-0/+16
| * | perf annotate: Use dso__decompress_kmodule_path()Namhyung Kim2017-06-081-24/+3Star
| * | perf tools: Introduce dso__decompress_kmodule_{fd,path}Namhyung Kim2017-06-083-35/+65
| * | perf tools: Fix a memory leak in __open_dso()Namhyung Kim2017-06-081-1/+3
| * | perf annotate: Fix symbolic link of build-id cacheNamhyung Kim2017-06-081-1/+9
| * | perf script python: Remove dups in documentation examplesSeongJae Park2017-06-081-4/+2Star
| * | perf script python: Updated trace_unhandled() signatureSeongJae Park2017-06-081-6/+3Star
| * | perf script python: Fix wrong code snippets in documentationSeongJae Park2017-06-081-2/+2
| * | perf script: Fix documentation errorsSeongJae Park2017-06-082-3/+3
| * | perf script: Fix outdated comment for perf-trace-pythonSeongJae Park2017-06-081-1/+1
| * | perf probe: Fix examples section of documentationSeongJae Park2017-06-081-2/+6
| * | Merge tag 'perf-urgent-for-mingo-4.12-20170606' of git://git.kernel.org/pub/s...Ingo Molnar2017-06-0713-22/+103
| |\ \ | | |/ | |/|
| | * perf report: Ensure the perf DSO mapping matches what libdw seesMilian Wolff2017-06-051-0/+8
| | * perf report: Include partial stacks unwound with libdwMilian Wolff2017-06-051-1/+1
| | * perf annotate: Add missing powerpc tripletKim Phillips2017-06-051-0/+1
| | * perf test: Disable breakpoint signal tests for powerpcJiri Olsa2017-06-053-0/+24
| | * perf symbols: Use correct filename for compressed modules in build-id cacheNamhyung Kim2017-06-051-4/+1Star
| | * perf symbols: Set module info when build-id event foundNamhyung Kim2017-06-054-11/+20
| | * perf header: Set proper module name when build-id event foundNamhyung Kim2017-06-051-2/+10
| | * perf stat: Only print NMI watchdog hint when enabledAndi Kleen2017-06-021-1/+4
| | * perf annotate: Fix branch instruction with multiple operandsKim Phillips2017-06-011-3/+30
| | * perf trace: Add mmap alias for s390Jiri Olsa2017-06-011-0/+4
| | * perf annotate: Fix failure when filename has special charsRavi Bangoria2017-05-271-1/+1
* | | tools: bpf_jit_disasm: Handle large images.David Daney2017-06-141-11/+26
* | | selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-144-1/+234
* | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-79/+13Star
* | | selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-133-3/+3
* | | bpf: add bpf_set_hash helper for tc progsDaniel Borkmann2017-06-111-1/+7
* | | bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann2017-06-111-0/+5
* | | bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-111-0/+50
* | | bpf: Fix test_obj_id.c for llvm 5.0Martin KaFai Lau2017-06-091-2/+2
* | | bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau2017-06-091-4/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0720-48/+198
|\| |
| * | Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-271-1/+1
| |\ \
| | * | selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2017-05-191-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-2718-47/+176
| |\ \ \ | | | |/ | | |/|
| | * | tools/include: Sync kernel ABI headers with tooling headersIngo Molnar2017-05-2410-19/+84
| | * | perf tools: Put caller above callee in --children modeNamhyung Kim2017-05-241-0/+2
| | * | perf report: Do not drop last inlined frameMilian Wolff2017-05-241-4/+14
| | * | perf report: Always honor callchain order for inlined nodesMilian Wolff2017-05-241-14/+4Star
| | * | perf script: Add --inline option for debuggingNamhyung Kim2017-05-243-0/+39
| | * | perf report: Fix off-by-one for non-activation framesMilian Wolff2017-05-242-1/+16
| | * | perf report: Fix memory leak in addr2line when called by addr2inlinesMilian Wolff2017-05-241-10/+13