tv_delta          170 tools/power/x86/turbostat/turbostat.c 	struct timeval tv_delta;
tv_delta          300 tools/power/x86/turbostat/turbostat.c struct timeval tv_even, tv_odd, tv_delta;
tv_delta          920 tools/power/x86/turbostat/turbostat.c 	interval_float = t->tv_delta.tv_sec + t->tv_delta.tv_usec/1000000.0;
tv_delta         1326 tools/power/x86/turbostat/turbostat.c 	timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta);
tv_delta         1423 tools/power/x86/turbostat/turbostat.c 	t->tv_delta.tv_sec = 0;
tv_delta         1424 tools/power/x86/turbostat/turbostat.c 	t->tv_delta.tv_usec = 0;
tv_delta         1595 tools/power/x86/turbostat/turbostat.c 	average.threads.tv_delta = tv_delta;
tv_delta         3104 tools/power/x86/turbostat/turbostat.c 		timersub(&tv_odd, &tv_even, &tv_delta);
tv_delta         3127 tools/power/x86/turbostat/turbostat.c 		timersub(&tv_even, &tv_odd, &tv_delta);
tv_delta         5294 tools/power/x86/turbostat/turbostat.c 	timersub(&tv_odd, &tv_even, &tv_delta);
tv_delta         5302 tools/power/x86/turbostat/turbostat.c 	fprintf(outf, "%.6f sec\n", tv_delta.tv_sec + tv_delta.tv_usec/1000000.0);