diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2021-02-26 23:22:52 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2021-03-05 04:58:16 +0300 |
commit | b1828f0b04828aa8cccadf00a702f459caefeed9 (patch) | |
tree | 0ae907e9d5c37452e2ccfcfdf378239aa1fd6802 /tools | |
parent | eea154a852e827c003215f7beed3e10f05471a86 (diff) | |
download | linux-b1828f0b04828aa8cccadf00a702f459caefeed9.tar.xz |
bpf: Add BTF_KIND_FLOAT support
On the kernel side, introduce a new btf_kind_operations. It is
similar to that of BTF_KIND_INT, however, it does not need to
handle encodings and bit offsets. Do not implement printing, since
the kernel does not know how to format floating-point values.
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20210226202256.116518-7-iii@linux.ibm.com
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions