Searched refs:QUAL_RAW (Results 1 – 2 of 2) sorted by relevance
255 { QUAL_RAW, "raw", qual_syscall, "system call" },256 { QUAL_RAW, "x", qual_syscall, "system call" },2465 || (qual_flags[tcp->scno] & QUAL_RAW)) in trace_syscall_exiting()2477 qual_flags[tcp->scno] & QUAL_RAW) { in trace_syscall_exiting()2714 ((qual_flags[tcp->scno] & QUAL_RAW) && in trace_syscall_entering()
440 #define QUAL_RAW 0010 /* print all args in hex for this syscall */ macro