tv_begin          168 tools/power/x86/turbostat/turbostat.c 	struct timeval tv_begin;
tv_begin          912 tools/power/x86/turbostat/turbostat.c 		timersub(&t->tv_end, &t->tv_begin, &tv);
tv_begin         1326 tools/power/x86/turbostat/turbostat.c 	timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta);
tv_begin         1327 tools/power/x86/turbostat/turbostat.c 	old->tv_begin = new->tv_begin;
tv_begin         1419 tools/power/x86/turbostat/turbostat.c 	t->tv_begin.tv_sec = 0;
tv_begin         1420 tools/power/x86/turbostat/turbostat.c 	t->tv_begin.tv_usec = 0;
tv_begin         1494 tools/power/x86/turbostat/turbostat.c 	if (average.threads.tv_begin.tv_sec == 0)
tv_begin         1495 tools/power/x86/turbostat/turbostat.c 		average.threads.tv_begin = t->tv_begin;
tv_begin         1791 tools/power/x86/turbostat/turbostat.c 	gettimeofday(&t->tv_begin, (struct timezone *)NULL);