Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h283 #define QUAL_ABBREV 0x002 /* abbreviate the structures of this syscall */ macro
288 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)
295 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV)
Dfilter_qualify.c479 ? QUAL_ABBREV : 0) in qual_flags()
Dstrace.c1603 #if DEFAULT_QUAL_FLAGS != (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE) in init()