commit | 4df3a1d0a5bffd77a9c7b00ac687f4493e57a3ce | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Tue Jan 15 17:07:50 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Jan 16 22:53:44 2019 +0100 |
tree | c5750ca816daa2c765370af5917153e9029868cf | |
parent | ce6ec47a10199d5504dc40a4f0069ef1c4878a4a [diff] |
tools/bpf: add bpffs pretty print test for int128 The bpffs pretty print test is extended to cover int128 types. Tested on an x64 machine. $ test_btf -p ...... BTF pretty print array(#3)......OK PASS:9 SKIP:0 FAIL:0 Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Yonghong Song <yhs@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>