aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/btf__core_reloc_flavors__err_wrong_name.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-07selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko1-0/+3
Add tests verifying that BPF program can use various struct/union "flavors" to extract data from the same target struct/union. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>