diff options
author | Jiong Wang <jiong.wang@netronome.com> | 2019-01-26 12:26:02 -0500 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2019-01-26 13:33:01 -0800 |
commit | 56cbd82ef0b3dc47a16beeebc8d9a9a9269093dc (patch) | |
tree | d4dd6f2a9bf40d89b471fcd2cb47feb81e4e6126 /tools/bpf/bpftool | |
parent | 092ed0968bb648cd18e8a0430cd0a8a71727315c (diff) | |
download | linux-56cbd82ef0b3dc47a16beeebc8d9a9a9269093dc.tar.bz2 |
bpf: disassembler support JMP32
This patch teaches disassembler about JMP32. There are two places to
update:
- Class 0x6 now used by BPF_JMP32, not "unused".
- BPF_JMP32 need to show comparison operands properly.
The disassemble format is to add an extra "(32)" before the operands if
it is a sub-register. A better disassemble format for both JMP32 and
ALU32 just show the register prefix as "w" instead of "r", this is the
format using by LLVM assembler.
Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Jiong Wang <jiong.wang@netronome.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/bpf/bpftool')
0 files changed, 0 insertions, 0 deletions