Home
last modified time | relevance | path

Searched refs:QUAL_TRACE (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h268 #define QUAL_TRACE 0x001 /* this system call should be traced */ macro
277 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)
Dqualify.c688 ? QUAL_TRACE : 0) in qual_flags()
Dsyscall.c720 if (!(tcp->qual_flg & QUAL_TRACE) in syscall_entering_trace()
Dstrace.c1642 #if DEFAULT_QUAL_FLAGS != (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE) in init()