Home
last modified time | relevance | path

Searched refs:TCB_FILTERED (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Ddefs.h341 #define TCB_FILTERED 0x20 /* This system call has been filtered out */ macro
361 #define filtered(tcp) ((tcp)->flags & TCB_FILTERED)
Dsyscall.c848 tcp->flags |= TCB_INSYSCALL | TCB_FILTERED; in trace_syscall_entering()
853 tcp->flags &= ~TCB_FILTERED; in trace_syscall_entering()