7/15

arm64: ptrace: Pass thread flags to trace enter/exit

将 thread flags 的读取从 arm64_syscall_trace_enter() 和 syscall_trace_exit() 移到调用方 el0_svc_common(),函数签名改为接收 flags 参数,对齐 generic entry 的调用约定。