summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_btf_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* selftests/bpf: add btf_dump BTF-to-C conversion testsAndrii Nakryiko2019-05-241-0/+143
Add new test_btf_dump set of tests, validating BTF-to-C conversion correctness. Tests rely on clang to generate BTF from provided C test cases. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>