diff options
author | Puranjay Mohan <[email protected]> | 2023-09-07 23:05:42 +0000 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2023-09-15 17:16:56 -0700 |
commit | 471f3d4ee4a6db5c8621bb1c186a1d20a0639630 (patch) | |
tree | afac04cc215733d504dec2397c4bb46c53f9e8b9 /tools/perf/scripts/python/gecko.py | |
parent | 9b2b86332a9b9932d9022a0c004251d5d6437020 (diff) |
arm32, bpf: add support for 32-bit offset jmp instruction
The cpuv4 adds unconditional jump with 32-bit offset where the immediate
field of the instruction is to be used to calculate the jump offset.
BPF_JA | BPF_K | BPF_JMP32 => gotol +imm => PC += imm.
Signed-off-by: Puranjay Mohan <[email protected]>
Reviewed-by: Russell King (Oracle) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions