Home | History | Annotate | Download | only in systat

Lines Matching defs:times

61 	uint64_t times[SYS_NSYSENT];
122 if (sysctlnametomib("kern.syscalls.times", times_mib, &times_mib_len))
213 v = s.times[i] - s1.times[i];
217 v = v ? (s.times[i] - s1.times[i]) / v : 0;
253 mvprintw(l, c, FMT, "TIMES", "times");
282 memcpy(s1.times, s.times, sizeof s1.times);
382 else if (memcmp(args, "times", len) == 0)
395 error("Usage: show [counts|times|ratio]");
419 size = sizeof stats->times;
421 if (sysctl(times_mib, times_mib_len, &stats->times,
423 error("can't get syscall times: %s\n",
425 memset(&stats->times, 0, sizeof stats->times);