summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-10-21libbpf: Deprecate btf__finalize_data() and move it into libbpf.cAndrii Nakryiko
2021-10-21selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa
2021-10-21selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa
2021-10-21selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa
2021-10-21selftests/bpf: Add verif_stats testDave Marchevsky
2021-10-21bpf: Add verified_insns to bpf_prog_info and fdinfoDave Marchevsky
2021-10-21libbpf: Fix ptr_is_aligned() usagesIlya Leoshkevich
2021-10-21selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-20selftests/bpf: Some more atomic testsBrendan Jackman
2021-10-20libbpf: Fix dumping non-aligned __int128Ilya Leoshkevich
2021-10-20libbpf: Fix dumping big-endian bitfieldsIlya Leoshkevich
2021-10-20selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich
2021-10-20bpftool: Remove useless #include to <perf-sys.h> from map_perf_ring.cQuentin Monnet
2021-10-20selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing
2021-10-20libbpf: Migrate internal use of bpf_program__get_prog_info_linearDave Marchevsky
2021-10-19bpftool: Turn check on zlib from a phony target into a conditional errorQuentin Monnet
2021-10-19bpftool: Do not FORCE-build libbpfQuentin Monnet
2021-10-19bpftool: Fix install for libbpf's internal header(s)Quentin Monnet
2021-10-19libbpf: Remove Makefile warnings on out-of-sync netlink.h/if_link.hQuentin Monnet
2021-10-18bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song
2021-10-08selftests/bpf: Skip verifier tests that fail to load with ENOTSUPPIlya Leoshkevich
2021-10-08selfetest/bpf: Make some tests serialYucong Sun
2021-10-08selftests/bpf: Fix pid check in fexit_sleep testYucong Sun
2021-10-08selftests/bpf: Adding pid filtering for atomics testYucong Sun
2021-10-08selftests/bpf: Make cgroup_v1v2 use its own portYucong Sun
2021-10-08selftests/bpf: Fix race condition in enable_statsYucong Sun
2021-10-08selftests/bpf: Add per worker cgroup suffixYucong Sun
2021-10-08selftests/bpf: Allow some tests to be executed in sequenceYucong Sun
2021-10-08selftests/bpf: Add parallelism to test_progsYucong Sun
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao
2021-10-08libbpf: Support detecting and attaching of writable tracepoint programHou Tao
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet
2021-10-08selftests/bpf: Better clean up for runqslower in test_bpftool_build.shQuentin Monnet
2021-10-08tools/runqslower: Install libbpf headers when buildingQuentin Monnet
2021-10-08tools/resolve_btfids: Install libbpf headers when buildingQuentin Monnet
2021-10-08bpftool: Install libbpf headers instead of including the dirQuentin Monnet
2021-10-08bpftool: Remove unused includes to <bpf/bpf_gen_internal.h>Quentin Monnet
2021-10-08libbpf: Skip re-installing headers file if source is older than targetQuentin Monnet
2021-10-08selftests/bpf: Fix btf_dump test under new clangYucong Sun
2021-10-07selftests/bpf: Remove SEC("version") from test progsDave Marchevsky
2021-10-07selftests/bpf: Skip the second half of get_branch_snapshot in vmSong Liu
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2021-10-06libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7Hengqi Chen
2021-10-06libbpf: Deprecate bpf_object__unload() API since v0.6Hengqi Chen
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa
2021-10-06bpf: Use $(pound) instead of \# in MakefilesQuentin Monnet
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko
2021-10-06libbpf: Add API that copies all BTF types from one BTF object to anotherAndrii Nakryiko