Searched refs:traceindex (Results 1 – 2 of 2) sorted by relevance
773 u_int32_t *traceindex; in dumptrace() local776 traceindex = traceloopptr + 1; in dumptrace()777 while (traceindex != traceloopptr) { in dumptrace()778 printf(" %08x\n", *traceindex++); in dumptrace()779 if (traceindex == &traceloopend) in dumptrace()780 traceindex = &traceloopstart[0]; in dumptrace()
44 static int traceindex; variable363 ttmp -> index = ++traceindex; in trace_type_record()