diff options
author | Puranjay Mohan <[email protected]> | 2023-02-23 09:53:46 +0000 |
---|---|---|
committer | Andrii Nakryiko <[email protected]> | 2023-02-27 11:58:24 -0800 |
commit | 06943ae675945c762bb8d5edc93d203f2b041d8d (patch) | |
tree | 0b44d1d17198fe257f53da3ba9b996420cac68fe /tools/perf/scripts/python/task-analyzer.py | |
parent | 11e456cae91e9044cb12c2b037b52c9b268925f7 (diff) |
libbpf: Fix arm syscall regs spec in bpf_tracing.h
The syscall register definitions for ARM in bpf_tracing.h doesn't define
the fifth parameter for the syscalls. Because of this some KPROBES based
selftests fail to compile for ARM architecture.
Define the fifth parameter that is passed in the R5 register (uregs[4]).
Fixes: 3a95c42d65d5 ("libbpf: Define arm syscall regs spec in bpf_tracing.h")
Signed-off-by: Puranjay Mohan <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions