Home
last modified time | relevance | path

Searched refs:tv_begin (Results 1 – 1 of 1) sorted by relevance

/linux/tools/power/x86/turbostat/
H A Dturbostat.c2011 struct timeval tv_begin; member
3191 timersub(&t->tv_end, &t->tv_begin, &tv); in format_counters()
3789 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta); in delta_thread()
3790 old->tv_begin = new->tv_begin; in delta_thread()
3914 t->tv_begin.tv_sec = 0; in clear_counters()
3915 t->tv_begin.tv_usec = 0; in clear_counters()
4026 if (average.threads.tv_begin.tv_sec == 0) in sum_counters()
4027 average.threads.tv_begin = procsysfs_tv_begin; in sum_counters()
5052 gettimeofday(&t->tv_begin, (struct timezone *)NULL); in get_counters()