summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | bpf: Add bpf_kallsyms_lookup_name helperKumar Kartikeya Dwivedi2021-10-281-0/+16
| | * | | bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong2021-10-284-5/+104
| | * | | bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong2021-10-288-30/+695
| | * | | selftests/bpf: Add bloom filter map test casesJoanne Koong2021-10-282-0/+286
| | * | | libbpf: Add "map_extra" as a per-map-type extra flagJoanne Koong2021-10-287-9/+91
| | * | | bpf: Add bloom filter map implementationJoanne Koong2021-10-281-0/+9
| | * | | selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun2021-10-271-0/+14
| | * | | selftests/bpf: Fix attach_probe in parallel modeYucong Sun2021-10-271-2/+7
| | * | | selfetests/bpf: Update vmtest.sh defaultsYucong Sun2021-10-271-3/+3
| | * | | libbpf: Deprecate bpf_objects_listJoe Burton2021-10-273-2/+15
| | * | | selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu2021-10-253-44/+4
| | * | | selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu2021-10-251-10/+6
| | * | | selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich2021-10-251-0/+9
| | * | | selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-3/+3
| | * | | selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-255-16/+16
| | * | | libbpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-255-15/+15
| | * | | libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich2021-10-251-1/+1
| | * | | libbpf: Deprecate ambiguously-named bpf_program__size() APIAndrii Nakryiko2021-10-251-0/+1
| | * | | libbpf: Deprecate multi-instance bpf_program APIsAndrii Nakryiko2021-10-252-10/+18
| | * | | libbpf: Add ability to fetch bpf_program's underlying instructionsAndrii Nakryiko2021-10-253-4/+46
| | * | | libbpf: Fix off-by-one bug in bpf_core_apply_relo()Andrii Nakryiko2021-10-251-1/+1
| | * | | bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-257-65/+72
| | * | | bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2021-10-252-68/+62
| | * | | bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-256-84/+111
| | * | | bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-255-18/+24
| | * | | bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet2021-10-251-2/+2
| | * | | selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko2021-10-251-68/+152
| | * | | selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko2021-10-251-1/+1
| | * | | selftests/bpf: Support multiple tests per fileAndrii Nakryiko2021-10-251-4/+3
| | * | | selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko2021-10-256-15/+13
| | * | | 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