Lines Matching full:time
591 start_timestamp = bit->time;
611 bit->cpu, "0", (int) SECONDS(bit->time),
612 (unsigned long) NANO_SECONDS(bit->time),
726 * a few thousand at the time
757 bit->time = (__u64) (unsigned long) bit_alloc_list;
770 bit->time;
808 if (t->bit->time < __t->bit->time)
810 else if (t->bit->time > __t->bit->time)
881 * events don't have sequence and time matched. so we end up
883 * know the time we are looking for. compensate by browsing
1005 iot->allocation_time = t->time;
1017 * time here, as dispatch time
1029 iot->dispatch_time = t->time;
1033 * return time between rq allocation and insertion
1045 iot->queue_time = t->time;
1064 * return time between queue and issue
1086 iot->dispatch_time = t->time;
1101 * return time between dispatch and complete
1121 iot->completion_time = t->time;
1170 unsigned long long this = bit->time;
1617 pdi->first_reported_time = t->time;
1868 if (t->bit->time < genesis_time)
1869 genesis_time = t->bit->time;
1874 /* The time stamp record will usually be the first
1896 if (bit->time < stopwatch_end &&
1897 bit->time >= stopwatch_start)
1921 bit->time -= genesis_time;
1923 if (bit->time < *youngest || !*youngest)
1924 *youngest = bit->time;
2071 if (!force && bit->time > last_allowed_time)
2229 if (bit->time > pdi->last_read_time)
2230 pdi->last_read_time = bit->time;
2264 return ms_peek(msp)->bit->time;
2364 if (bit->time > pdi->last_read_time)
2365 pdi->last_read_time = bit->time;
2465 bit->time -= genesis_time;
2467 if (t->bit->time > stopwatch_end)
2470 pdi->last_reported_time = bit->time;
2472 t->bit->time >= stopwatch_start)
2524 * Get the initial time stamp
2609 * us to specify a time interval of interest within a trace.
2627 fprintf(stderr,"Invalid stopwatch duration time: %s\n",
2673 "[ -w <time> | --stopwatch=<time> ]\n" \
2689 "\t-t Track individual ios. Will tell you the time a request took\n" \
2691 "\t-w Only parse data between the given time interval in seconds.\n" \
2692 "\t If 'start' isn't given, blkparse defaults the start time to 0\n" \