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.c2115 struct timeval tv_begin; member
3332 timersub(&t->tv_end, &t->tv_begin, &tv); in format_counters()
3931 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta); in delta_thread()
3932 old->tv_begin = new->tv_begin; in delta_thread()
4062 t->tv_begin.tv_sec = 0; in clear_counters()
4063 t->tv_begin.tv_usec = 0; in clear_counters()
4174 if (average.threads->tv_begin.tv_sec == 0) in sum_counters()
4175 average.threads->tv_begin = procsysfs_tv_begin; in sum_counters()
5189 gettimeofday(&t->tv_begin, (struct timezone *)NULL); in get_counters()