diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2023-12-02 09:57:05 -0800 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2023-12-02 11:36:51 -0800 |
commit | 81eff2e36481c5cf4a2ac906ae56c3fbd3e6f305 (patch) | |
tree | e236cae5c30d8c1f05346f4eb167109a433a1db6 /tools/testing/selftests/bpf/prog_tests/syscall.c | |
parent | 5c19e1d05e9e71b42d8e779f41959254239709da (diff) |
bpf: simplify tnum output if a fully known constant
Emit tnum representation as just a constant if all bits are known.
Use decimal-vs-hex logic to determine exact format of emitted
constant value, just like it's done for register range values.
For that move tnum_strn() to kernel/bpf/log.c to reuse decimal-vs-hex
determination logic and constants.
Acked-by: Shung-Hsi Yu <shung-hsi.yu@suse.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20231202175705.885270-12-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/syscall.c')
0 files changed, 0 insertions, 0 deletions