Home
last modified time | relevance | path

Searched refs:QUAL_RAW (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dsyscall.c384 { QUAL_RAW, "raw", qual_syscall, "system call" },
385 { QUAL_RAW, "x", qual_syscall, "system call" },
1573 tcp->qual_flg = UNDEFINED_SCNO | QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
2055 if ((tcp->qual_flg & QUAL_RAW) && tcp->s_ent->sys_func != sys_exit) in trace_syscall_entering()
2580 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()
2599 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()
Ddefs.h494 #define QUAL_RAW 0x008 /* print all args in hex for this syscall */ macro