commit | d6b58772dc39262629708e5f3c30ef06de290894 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@mcmartin.ca> | Sun Apr 26 23:53:34 2009 -0400 |
committer | Kyle McMartin <kyle@ihatethathostname.lab.bos.redhat.com> | Sun Sep 27 23:07:21 2009 -0400 |
tree | bed61d5aea5f655ca86a064f441df2f505e769e9 | |
parent | 17d857be649a21ca90008c6dc425d849fa83db5c [diff] |
parisc: tracehook_report_syscall This makes parisc use the standard tracehook_report_syscall_entry and tracehook_report_syscall_exit hooks in <linux/tracehook.h>. To do this, we need to access current->thread.regs, and to know whether we're entering or exiting the syscall, so add this to syscall_trace. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>