Home | History | Annotate | Download | only in dmtracedump

Lines Matching refs:tab

713     int i, next, tab, count;
747 tab = findNextChar(data, next, '\t');
748 data[tab] = '\0';
751 pKeys->threads[i].threadName = data + tab +1;