Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c375 { QUAL_RAW, "raw", qual_syscall, "system call" },
376 { QUAL_RAW, "x", qual_syscall, "system call" },
872 if ((tcp->qual_flg & QUAL_RAW) && SEN_exit != tcp->s_ent->sen) in trace_syscall_entering()
953 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()
975 if (tcp->qual_flg & QUAL_RAW) { in trace_syscall_exiting()
1321 tcp->qual_flg = UNDEFINED_SCNO | QUAL_RAW | DEFAULT_QUAL_FLAGS; in get_scno()
Ddefs.h347 #define QUAL_RAW 0x008 /* print all args in hex for this syscall */ macro