Searched refs:tv_begin (Results 1 – 1 of 1) sorted by relevance
2118 struct timeval tv_begin; member3377 timersub(&t->tv_end, &t->tv_begin, &tv); in format_counters()3984 timersub(&new->tv_begin, &old->tv_begin, &old->tv_delta); in delta_thread()3985 old->tv_begin = new->tv_begin; in delta_thread()4115 t->tv_begin.tv_sec = 0; in clear_counters()4116 t->tv_begin.tv_usec = 0; in clear_counters()4227 if (average.threads->tv_begin.tv_sec == 0) in sum_counters()4228 average.threads->tv_begin = procsysfs_tv_begin; in sum_counters()5242 gettimeofday(&t->tv_begin, (struct timezone *)NULL); in get_counters()