Home | History | Annotate | Download | only in strace

Lines Matching refs:errors

238 	int calls, errors;
2219 /* Measure the exit time as early as possible to avoid errors. */
2266 counts[tcp->scno].errors++;
2533 /* Measure the entrance time as late as possible to avoid errors. */
2703 error_cum += counts[i].errors;
2710 "calls", "errors", "syscall");
2719 if (counts[j].errors)
2720 sprintf(error_str, "%d", counts[j].errors);