From: Dmitry V. Levin Date: Mon, 15 Jan 2018 23:33:18 +0000 (+0000) Subject: pathtrace: update the list of unrelated syscalls X-Git-Tag: v4.21~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ab21ae0b88bf5d4bd0e8ce267158e8b21957019;p=strace pathtrace: update the list of unrelated syscalls * pathtrace.c (pathtrace_match_set) : Skip matching. --- diff --git a/pathtrace.c b/pathtrace.c index 36bf968d..d598f94a 100644 --- a/pathtrace.c +++ b/pathtrace.c @@ -340,6 +340,8 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set) return false; } + case SEN_accept4: + case SEN_accept: case SEN_bpf: case SEN_epoll_create: case SEN_epoll_create1: @@ -358,6 +360,8 @@ pathtrace_match_set(struct tcb *tcp, struct path_set *set) case SEN_pipe: case SEN_pipe2: case SEN_printargs: + case SEN_signalfd4: + case SEN_signalfd: case SEN_socket: case SEN_socketpair: case SEN_timerfd_create: