summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* libbpf: Fix BTF header parsing checksAndrii Nakryiko2021-10-221-3/+9
* libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko2021-10-221-2/+2
* selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song2021-10-221-2/+7
* selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song2021-10-221-6/+41
* selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song2021-10-221-0/+36
* selftests/bpf: Fix flow dissector testsStanislav Fomichev2021-10-223-20/+18
* libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev2021-10-222-2/+14
* bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet2021-10-221-7/+9
* selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen2021-10-228-22/+22
* bpftool: Switch to new btf__type_cnt APIHengqi Chen2021-10-222-8/+8
* tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen2021-10-221-2/+2
* perf bpf: Switch to new btf__raw_data APIHengqi Chen2021-10-221-1/+1
* libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen2021-10-226-50/+64
* libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez2021-10-221-2/+4
* selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2021-10-222-2/+23
* libbpf: Fix the use of aligned attributeAndrii Nakryiko2021-10-221-1/+1
* selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko2021-10-216-7/+14
* libbpf: Simplify look up by name of internal mapsAndrii Nakryiko2021-10-211-0/+10
* selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko2021-10-212-0/+47
* libbpf: Support multiple .rodata.* and .data.* BPF mapsAndrii Nakryiko2021-10-211-29/+101
* bpftool: Improve skeleton generation for data maps without DATASEC typeAndrii Nakryiko2021-10-211-6/+45
* bpftool: Support multiple .rodata/.data internal maps in skeletonAndrii Nakryiko2021-10-211-47/+60
* libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss mapsAndrii Nakryiko2021-10-211-120/+140
* libbpf: Use Elf64-specific types explicitly for dealing with ELFAndrii Nakryiko2021-10-213-162/+196
* libbpf: Extract ELF processing state into separate structAndrii Nakryiko2021-10-211-36/+34
* libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko2021-10-214-102/+102
* selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa2021-10-211-1/+1
* selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa2021-10-211-6/+7
* selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa2021-10-211-2/+2
* selftests/bpf: Add verif_stats testDave Marchevsky2021-10-211-0/+28
* bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky2021-10-211-0/+1
* libbpf: Fix ptr_is_aligned() usagesIlya Leoshkevich2021-10-211-8/+12
* selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen2021-10-212-0/+94
* bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+7
* selftests/bpf: Some more atomic testsBrendan Jackman2021-10-203-0/+120
* libbpf: Fix dumping non-aligned __int128Ilya Leoshkevich2021-10-201-3/+6
* libbpf: Fix dumping big-endian bitfieldsIlya Leoshkevich2021-10-201-8/+7
* selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich2021-10-201-0/+2
* bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet2021-10-202-3/+1
* selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing2021-10-201-1/+0
* libbpf: Migrate internal use of bpf_program__get_prog_info_linearDave Marchevsky2021-10-201-12/+10
* bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet2021-10-191-5/+5
* bpftool: Do not FORCE-build libbpfQuentin Monnet2021-10-191-2/+2
* bpftool: Fix install for libbpf's internal header(s)Quentin Monnet2021-10-191-7/+7
* libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet2021-10-191-6/+0
* bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-1814-155/+155
* selftests/bpf: Skip verifier tests that fail to load with ENOTSUPPIlya Leoshkevich2021-10-081-1/+11
* selfetest/bpf: Make some tests serialYucong Sun2021-10-0838-38/+48
* selftests/bpf: Fix pid check in fexit_sleep testYucong Sun2021-10-081-2/+2
* selftests/bpf: Adding pid filtering for atomics testYucong Sun2021-10-082-0/+17