Searched refs:QUAL_FAULT (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | defs.h | 442 #define QUAL_FAULT 0040 /* report events with this fault */ macro
|
D | syscall.c | 260 { QUAL_FAULT, "fault", qual_fault, "fault" }, 261 { QUAL_FAULT, "faults", qual_fault, "fault" }, 262 { QUAL_FAULT, "m", qual_fault, "fault" },
|
D | strace.c | 1315 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i); in proc_open() 2280 && (qual_flags[what] & QUAL_FAULT)) { in trace()
|