arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace
authorSimon Marchi <simon.marchi@polymtl.ca>
Sat, 22 Dec 2012 05:21:10 +0000 (00:21 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 21 Mar 2013 19:39:34 +0000 (15:39 -0400)
commitef18272453c97238fc9a89211d4c609ef9c760dc
treef136861b2a31cc85027260775c9d00551c91d305
parenta937536b868b8369b98967929045f1df54234323
arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace

Call tracehook functions for syscall tracing.

The check for TIF_SYSCALL_TRACE was removed, because the same check is
done right before in the assembly file.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> [with ptrace.h fixup]
arch/tile/include/asm/ptrace.h
arch/tile/kernel/intvec_32.S
arch/tile/kernel/intvec_64.S
arch/tile/kernel/ptrace.c
This page took 0.036839 seconds and 5 git commands to generate.