summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_btf.c
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song2018-08-301-35/+144
* bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau2018-08-111-4/+1Star
* tools/bpf: add bpffs pretty print btf test for hash/lru_hash mapsYonghong Song2018-08-101-15/+72
* bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-2/+84
* bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-0/+28
* bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau2018-06-021-0/+22
* bpf: btf: Check array t->sizeMartin KaFai Lau2018-06-021-0/+23
* bpf: btf: Add tests for the btf uapi changesMartin KaFai Lau2018-05-231-90/+431
* bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_IDMartin KaFai Lau2018-05-091-13/+276
* bpf: btf: Some test_btf clean upMartin KaFai Lau2018-05-091-102/+99Star
* bpf: btf: Add BTF testsMartin KaFai Lau2018-04-191-0/+1669