diff options
| author | Jinjie Ruan <ruanjinjie@huawei.com> | 2025-12-22 19:47:23 +0800 |
|---|---|---|
| committer | Will Deacon <will@kernel.org> | 2026-01-27 10:38:35 +0000 |
| commit | 741a9000173a036526eb2374e1ba34c466754f1c (patch) | |
| tree | e33f73c1295e3756c4fae516128301f7235d1bfc /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git | |
| parent | e7e7afdc7c141227f2ce29aca85969e050da1ab9 (diff) | |
arm64/ptrace: Split report_syscall()
The generic syscall entry code has the form:
| syscall_trace_enter()
| {
| ptrace_report_syscall_entry()
| }
|
| syscall_exit_work()
| {
| ptrace_report_syscall_exit()
| }
In preparation for moving arm64 over to the generic entry code, split
report_syscall() to two separate enter and exit functions to align
the structure of the arm64 code with syscall_trace_enter() and
syscall_exit_work() from the generic entry code.
No functional changes.
Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Kevin Brodsky <kevin.brodsky@arm.com>
Suggested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
