diff options
author | Jiaxun Yang <[email protected]> | 2024-03-28 14:27:56 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <[email protected]> | 2024-04-09 16:52:21 +0200 |
commit | 4370b673ccf240bf7587b0cb8e6726a5ccaf1f17 (patch) | |
tree | 6ab8e687a241058982a5bf5e49af8d8e90b38906 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
MIPS: scall: Save thread_info.syscall unconditionally on entry
thread_info.syscall is used by syscall_get_nr to supply syscall nr
over a thread stack frame.
Previously, thread_info.syscall is only saved at syscall_trace_enter
when syscall tracing is enabled. However rest of the kernel code do
expect syscall_get_nr to be available without syscall tracing. The
previous design breaks collect_syscall.
Move saving process to syscall entry to fix it.
Reported-by: Xi Ruoyao <[email protected]>
Link: https://github.com/util-linux/util-linux/issues/2867
Signed-off-by: Jiaxun Yang <[email protected]>
Signed-off-by: Thomas Bogendoerfer <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions