HomeSort by relevance Sort by last modified time
    Searched refs:QUAL_VERBOSE (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 493 #define QUAL_VERBOSE 0x004 /* decode the structures of this syscall */
501 #define DEFAULT_QUAL_FLAGS (QUAL_TRACE | QUAL_ABBREV | QUAL_VERBOSE)
506 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE)
syscall.c 382 { QUAL_VERBOSE, "verbose", qual_syscall, "system call" },
383 { QUAL_VERBOSE, "v", qual_syscall, "system call" },
    [all...]
strace.c     [all...]

Completed in 134 milliseconds