Home
last modified time | relevance | path

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

/external/strace/
Dsyscall.c385 tcp->qual_flg = qual_flags(scno); in decode_socket_subcall()
425 tcp->qual_flg = qual_flags(tcp->scno); in decode_ipc_subcall()
442 tcp->qual_flg = qual_flags(tcp->scno); in decode_mips_subcall()
707 tcp->qual_flg &= ~QUAL_INJECT; in syscall_entering_trace()
720 if (!(tcp->qual_flg & QUAL_TRACE) in syscall_entering_trace()
733 if (tcp->qual_flg & QUAL_INJECT) in syscall_entering_trace()
749 int res = (tcp->qual_flg & QUAL_RAW) in syscall_entering_trace()
844 if (tcp->qual_flg & QUAL_RAW) { in syscall_exiting_trace()
867 if (tcp->qual_flg & QUAL_RAW) { in syscall_exiting_trace()
1261 tcp->qual_flg = qual_flags(tcp->scno); in get_scno()
[all …]
Ddefs.h214 int qual_flg; /* qual_flags[scno] or DEFAULT_QUAL_FLAGS + RAW */ member
282 #define verbose(tcp) ((tcp)->qual_flg & QUAL_VERBOSE)
283 #define abbrev(tcp) ((tcp)->qual_flg & QUAL_ABBREV)
DChangeLog8447 tcp->qual_flg when tcp->flags has TCB_HIDE_LOG bit set.
31744 Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()
31784 * defs.h: Add "int qual_flg" and "const struct sysent *s_ent"
31787 in tcp->qual_flg.
31795 instead of tcp->u_nargs. Set tcp->qual_flg and tcp->s_ent.
31801 If !SCNO_IS_VALID, set tcp->s_ent and tcp->qual_flg to default values.
31809 (trace_syscall_entering): Use (tcp->qual_flg & UNDEFINED_SCNO) instead