commit | ce6ec47a10199d5504dc40a4f0069ef1c4878a4a | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Tue Jan 15 17:07:49 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jan 16 22:53:44 2019 +0100 |
tree | 6a83ca8a6c32ed618e5417f068f97d1906ebfca7 | |
parent | a80eba20ed596198f0a179466f2944612bcab320 [diff] |
tools/bpf: refactor test_btf pretty printing for multiple map value formats The test_btf pretty print is refactored in order to easily support multiple map value formats. The next patch will add __int128 type tests which needs macro guard __SIZEOF_INT128__. There is no functionality change with this patch. Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>