HomeSort by relevance Sort by last modified time
    Searched refs:QUAL_FAULT (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 356 #define QUAL_FAULT 0040 /* report events with this fault */
syscall.c 245 static int qual_syscall(), qual_signal(), qual_fault(), qual_desc();
264 { QUAL_FAULT, "fault", qual_fault, "fault" },
265 { QUAL_FAULT, "faults", qual_fault, "fault" },
266 { QUAL_FAULT, "m", qual_fault, "fault" },
339 qual_fault(s, opt, not) function
    [all...]
strace.c 972 if (qual_flags [i] & QUAL_FAULT) praddset (&faults, i);
    [all...]

Completed in 21 milliseconds