• Kyle McMartin's avatar
    parisc: tracehook_report_syscall · d6b58772
    Kyle McMartin authored
    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: default avatarKyle McMartin <kyle@mcmartin.ca>
    d6b58772
ptrace.c 8.03 KB