summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko2021-11-2521-256/+201
* libbpf: Prevent deprecation warnings in xsk.cAndrii Nakryiko2021-11-251-0/+5
* libbpf: Use bpf_map_create() consistently internallyAndrii Nakryiko2021-11-254-51/+25
* libbpf: Unify low-level map creation APIs w/ new bpf_map_create()Andrii Nakryiko2021-11-257-153/+126
* selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko2021-11-252-0/+138
* libbpf: Load global data maps lazily on legacy kernelsAndrii Nakryiko2021-11-251-4/+30
* selftests/bpf: Fix trivial typoDrew Fustini2021-11-221-1/+1
* libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest2021-11-194-5/+7
* selftests/bpf: Add btf_dedup case with duplicated structs within CUJiri Olsa2021-11-191-0/+113
* libbpf: Accommodate DWARF/compiler bug with duplicated structsAndrii Nakryiko2021-11-191-4/+41
* libbpf: Add runtime APIs to query libbpf versionAndrii Nakryiko2021-11-193-0/+26
* selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changesIlya Leoshkevich2021-11-181-15/+31
* selftests/bpf: Fix xdpxceiver failures for no hugepagesTirthendu Sarkar2021-11-171-1/+5
* selftests/bpf: Mark variable as staticYucong Sun2021-11-161-2/+2
* selftests/bpf: Variable naming fixYucong Sun2021-11-161-8/+8
* selftests/bpf: Move summary line after the error logsYucong Sun2021-11-161-4/+4
* selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko2021-11-164-1/+166
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.pyQuentin Monnet2021-11-161-9/+17
* bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet2021-11-1614-25/+102
* bpftool: Add SPDX tags to RST documentation filesQuentin Monnet2021-11-1614-1/+27
* selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song2021-11-161-0/+26
* libbpf: Fix a couple of missed btf_type_tag handling in btf.cYonghong Song2021-11-161-0/+2
* bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev2021-11-161-1/+11
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-15137-970/+2067
|\
| * bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-145-23/+27
| * bpftool: Fix mixed indentation in documentationQuentin Monnet2021-11-142-38/+38
| * bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-144-3/+6
| * bpftool: Fix indent in option lists in the documentationQuentin Monnet2021-11-147-14/+14
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-142-2/+0
| * bpftool: Fix memory leak in prog_dump()Quentin Monnet2021-11-141-6/+9
| * selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song2021-11-121-6/+11
| * selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song2021-11-121-2/+0
| * bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-125-19/+48
| * selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song2021-11-111-4/+5
| * selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-112-0/+49
| * selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2021-11-112-11/+13
| * selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song2021-11-111-4/+135
| * selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2021-11-112-0/+21
| * selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2021-11-112-28/+43
| * bpftool: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-111-0/+2
| * libbpf: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-116-2/+73
| * bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-111-1/+2
| * bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko2021-11-113-8/+5
| * tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko2021-11-111-4/+2
| * selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko2021-11-113-26/+15
| * selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko2021-11-116-25/+11
| * libbpf: Make perf_buffer__new() use OPTS-based interfaceAndrii Nakryiko2021-11-113-28/+132
| * libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proofAndrii Nakryiko2021-11-113-13/+71
| * libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-116-66/+58