Home | History | Annotate | Download | only in dmtracedump

Lines Matching defs:time

29 #include <sys/time.h>
30 #include <time.h>
62 uint32_t time;
99 * where the first column is the time, the second column is the thread id,
103 * more space. In the example above, A is called at time 4, A calls B at
104 * time 6, B returns at time 8, and A returns at time 10. Thread 1 is the
113 * In this file format, the thread id is always 1, and the time starts at
154 uint32_t time = 0;
171 /* Get time and thread id */
174 * default values for the time and threadId.
176 time += 2;
179 time = strtoul(cp, &cp, 0);
197 records[nextRecord].time = time;
393 writeDataRecord(dataFp, pRecord->threadId, val, pRecord->time);