Home
last modified time | relevance | path

Searched refs:QUAL_VERBOSE (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h284 #define QUAL_VERBOSE 0x004 /* decode the structures of this syscall */ macro
288 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)
294 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE)
Dfilter_qualify.c481 ? QUAL_VERBOSE : 0) in qual_flags()
Dstrace.c1603 #if DEFAULT_QUAL_FLAGS != (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE) in init()