aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorPuranjay Mohan <[email protected]>2023-09-07 23:05:45 +0000
committerAlexei Starovoitov <[email protected]>2023-09-15 17:16:56 -0700
commit1cfb7eaebeac9270fcb527f47bbdea34ca3cd5b2 (patch)
treebeb7d8d689f669b5eb31d4e24dd55612ea7c0402 /tools/perf/scripts/python/syscall-counts-by-pid.py
parentfc832653fa0dba174bf8fee9db85f3f9d1450b8a (diff)
arm32, bpf: add support for unconditional bswap instruction
The cpuv4 added a new unconditional bswap instruction with following behaviour: BPF_ALU64 | BPF_TO_LE | BPF_END with imm = 16/32/64 means: dst = bswap16(dst) dst = bswap32(dst) dst = bswap64(dst) As we already support converting to big-endian from little-endian we can use the same for unconditional bswap. just treat the unconditional scenario the same as big-endian conversion. 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/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions