commit | 89a3927a775c0a7212e2e3c4e2d42cd48895bee0 | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Tue Feb 18 20:27:39 2020 +0800 |
committer | Guo Ren <guoren@linux.alibaba.com> | Sun Mar 08 20:55:14 2020 +0800 |
tree | 18dc3f0f5c95f004f7613882a511eb7e19b32ba6 | |
parent | 9866d141a0977ace974400bf1f793dfc163409ce [diff] |
csky: Implement ftrace with regs This patch implements FTRACE_WITH_REGS for csky, which allows a traced function's arguments (and some other registers) to be captured into a struct pt_regs, allowing these to be inspected and/or modified. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>