Home
last modified time | relevance | path

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

/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c1736 struct timeval tv_begin; member
2886 timersub(&t->tv_end, &t->tv_begin, &tv); in format_counters()
3559 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta); in delta_thread()
3560 old->tv_begin = new->tv_begin; in delta_thread()
3681 t->tv_begin.tv_sec = 0; in clear_counters()
3682 t->tv_begin.tv_usec = 0; in clear_counters()
3787 if (average.threads.tv_begin.tv_sec == 0) in sum_counters()
3788 average.threads.tv_begin = procsysfs_tv_begin; in sum_counters()
4788 gettimeofday(&t->tv_begin, (struct timezone *)NULL); in get_counters()