Home | History | Annotate | Download | only in fio

Lines Matching refs:tsc

374 	 * to use as THE clock source. For x86 CPUs, this means the TSC
459 uint64_t tsc;
509 uint64_t tsc;
516 tsc = get_cpu_clock();
520 c->tsc = tsc;
526 clocks = t->entries[i - 1].tsc - t->entries[0].tsc;
534 if (!t->entries[i - 1].tsc && !t->entries[0].tsc)
647 if (prev->tsc > this->tsc) {
648 uint64_t diff = prev->tsc - this->tsc;
657 log_info("\t CPU%3u: TSC=%llu, SEQ=%u\n", prev->cpu, (unsigned long long) prev->tsc, prev->seq);
658 log_info("\t CPU%3u: TSC=%llu, SEQ=%u\n", this->cpu, (unsigned long long) this->tsc, this->seq);