summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo2019-11-269-24/+24
* perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo2019-11-2619-49/+49
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-2633-275/+209
* x86/insn: perf tools: Add some more instructions to the new instructions testAdrian Hunter2019-11-263-0/+1505
* x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter2019-11-261-12/+32
* perf map: Remove unused functionsArnaldo Carvalho de Melo2019-11-262-27/+8
* perf map: Remove needless struct forward declarationsArnaldo Carvalho de Melo2019-11-261-3/+0
* perf map: Ditch leftover map__reloc_vmlinux() prototypeArnaldo Carvalho de Melo2019-11-261-2/+0
* perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo2019-11-263-50/+42
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-11-26266-2505/+15946
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-25174-2419/+11285
| |\
| | * libbpf: Fix usage of u32 in userspace codeAndrii Nakryiko2019-11-251-1/+1
| | * bpf: Introduce BPF_TRACE_x helper for the tracing testsMartin KaFai Lau2019-11-247-187/+125
| | * bpf, testing: Add various tail call test casesDaniel Borkmann2019-11-246-0/+698
| | * selftests/bpf: Add BPF trampoline performance testAlexei Starovoitov2019-11-242-0/+185
| | * selftests/bpf: Add verifier tests for better jmp32 register boundsYonghong Song2019-11-241-0/+83
| | * selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data onlyAndrii Nakryiko2019-11-242-5/+15
| | * libbpf: Fix bpf_object name determination for bpf_object__open_file()Andrii Nakryiko2019-11-241-1/+1
| | * libbpf: Support initialized global variablesAndrii Nakryiko2019-11-2414-33/+28
| | * libbpf: Fix various errors and warning reported by checkpatch.plAndrii Nakryiko2019-11-241-17/+21
| | * libbpf: Refactor relocation handlingAndrii Nakryiko2019-11-241-118/+143
| | * selftests/bpf: Ensure no DWARF relocations for BPF object filesAndrii Nakryiko2019-11-241-1/+1
| | * selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko2019-11-244-9/+27
| | * selftests, bpftool: Skip the build test if not in treeJakub Kicinski2019-11-241-0/+4
| | * selftests, bpftool: Set EXIT trap after usage functionQuentin Monnet2019-11-241-13/+13
| | * tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'Quentin Monnet2019-11-241-0/+6
| | * tools, bpftool: Fix warning on ignored return value for 'read'Quentin Monnet2019-11-241-3/+3
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-222-3/+8
| | |\
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-2058-340/+2225
| | |\ \
| | | * | selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32Andrii Nakryiko2019-11-191-0/+7
| | | * | libbpf: Fix call relocation offset calculation bugAndrii Nakryiko2019-11-194-8/+12
| | | * | net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo2019-11-191-3/+8
| | | * | selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song2019-11-181-1/+3
| | | * | selftests, bpf: Fix test_tc_tunnel hangingJiri Benc2019-11-181-0/+5
| | | * | selftests, bpf: xdping is not meant to be run standaloneJiri Benc2019-11-181-2/+2
| | | * | selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() testsAndrii Nakryiko2019-11-183-18/+292
| | | * | libbpf: Make global data internal arrays mmap()-able, if possibleAndrii Nakryiko2019-11-181-2/+30
| | | * | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAYAndrii Nakryiko2019-11-181-0/+3
| | | * | selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprogAlexei Starovoitov2019-11-152-0/+167
| | | * | selftests/bpf: Extend test_pkt_access testAlexei Starovoitov2019-11-151-2/+36
| | | * | libbpf: Add support for attaching BPF programs to other BPF programsAlexei Starovoitov2019-11-155-17/+71
| | | * | selftests/bpf: Add stress test for maximum number of progsAlexei Starovoitov2019-11-151-0/+76
| | | * | selftests/bpf: Add combined fentry/fexit testAlexei Starovoitov2019-11-151-0/+90
| | | * | selftests/bpf: Add fexit tests for BPF trampolineAlexei Starovoitov2019-11-152-0/+162
| | | * | selftests/bpf: Add test for BPF trampolineAlexei Starovoitov2019-11-153-0/+167
| | | * | selftest/bpf: Simple test for fentry/fexitAlexei Starovoitov2019-11-152-3/+88
| | | * | libbpf: Add support to attach to fentry/fexit tracing progsAlexei Starovoitov2019-11-154-25/+82
| | | * | libbpf: Introduce btf__find_by_name_kind()Alexei Starovoitov2019-11-153-0/+25
| | | * | bpf, testing: Add missing object file to TEST_FILESAnders Roxell2019-11-111-1/+2
| | | * | bpf, testing: Workaround a verifier failure for test_progsYonghong Song2019-11-111-1/+4