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]
This commit is contained in:

committed by
Chris Metcalf

parent
a937536b86
commit
ef18272453
@@ -44,7 +44,8 @@ typedef unsigned long pt_reg_t;
|
||||
struct pt_regs *get_pt_regs(struct pt_regs *);
|
||||
|
||||
/* Trace the current syscall. */
|
||||
extern void do_syscall_trace(void);
|
||||
extern int do_syscall_trace_enter(struct pt_regs *regs);
|
||||
extern void do_syscall_trace_exit(struct pt_regs *regs);
|
||||
|
||||
#define arch_has_single_step() (1)
|
||||
|
||||
|
Reference in New Issue
Block a user