Lines Matching refs:timestamps
51 } timestamps[TSLOGSIZE]; variable
67 if (pos < nitems(timestamps)) { in tslog()
68 timestamps[pos].td = td; in tslog()
69 timestamps[pos].type = type; in tslog()
70 timestamps[pos].f = f; in tslog()
71 timestamps[pos].s = s; in tslog()
72 timestamps[pos].tsc = tsc; in tslog()
105 limit = MIN(nrecs, nitems(timestamps)); in sysctl_debug_tslog()
107 sbuf_printf(sb, "%p", timestamps[i].td); in sysctl_debug_tslog()
109 (unsigned long long)timestamps[i].tsc); in sysctl_debug_tslog()
110 switch (timestamps[i].type) { in sysctl_debug_tslog()
124 sbuf_printf(sb, " %s", timestamps[i].f ? timestamps[i].f : "(null)"); in sysctl_debug_tslog()
125 if (timestamps[i].s) in sysctl_debug_tslog()
126 sbuf_printf(sb, " %s\n", timestamps[i].s); in sysctl_debug_tslog()