]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/bpf: Add __int128-specific tests for typed data dump
authorAlan Maguire <alan.maguire@oracle.com>
Tue, 20 Jul 2021 08:49:52 +0000 (09:49 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 20 Jul 2021 20:49:25 +0000 (13:49 -0700)
commitdc4d311a6524201ea44e1c415f5f8328c14019c3
treee627dcff7f425916c356d766c269432fe8aadbae
parent9a1552e141db81b4f6352a3340518139258f170b
selftests/bpf: Add __int128-specific tests for typed data dump

Add tests for __int128 display for platforms that support it.
__int128s are dumped as hex values.

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/1626770993-11073-3-git-send-email-alan.maguire@oracle.com
tools/testing/selftests/bpf/prog_tests/btf_dump.c