diff options
author | Sven Schnelle <[email protected]> | 2023-07-17 10:14:32 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2023-07-24 12:12:24 +0200 |
commit | e3123dfb5373939d65ac2b874189a773d37ac7f5 (patch) | |
tree | 40757a099e1479c19fad964ea61b2bc4e26af536 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | 5216d853cb154a4866c9984fd41f71583e8bdd39 (diff) |
s390/tracing: pass struct ftrace_regs to ftrace_trace_function
ftrace_trace_function expects a struct ftrace_regs, but the s390
architecure code passes struct pt_regs. This isn't a problem with the
current code because struct ftrace_regs contains only one member:
struct pt_regs. To avoid issues in the future this should be fixed.
Signed-off-by: Sven Schnelle <[email protected]>
Reviewed-by: Heiko Carstens <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions