commit | d90ec262b35bb6d30ae621dc15889638ba4c02be | [log] [tgz] |
---|---|---|
author | Yonghong Song <yhs@fb.com> | Mon Jun 06 23:26:31 2022 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Jun 07 10:20:43 2022 -0700 |
tree | f39297c2ff4eceb38bff46acb251395e62f8e91e | |
parent | 2ef2026349cf388b25601a094e99542ed536fde3 [diff] |
libbpf: Add enum64 support for btf_dump Add enum64 btf dumping support. For long long and unsigned long long dump, suffixes 'LL' and 'ULL' are added to avoid compilation errors in some cases. Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/r/20220607062631.3720526-1-yhs@fb.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>