Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h346 #define QUAL_VERBOSE 0x004 /* decode the structures of this syscall */ macro
354 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)
359 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE)
Dsyscall.c373 { QUAL_VERBOSE, "verbose", qual_syscall, "system call" },
374 { QUAL_VERBOSE, "v", qual_syscall, "system call" },
Dstrace.c1482 #if DEFAULT_QUAL_FLAGS != (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE) in init()