Searched refs:tv_add (Results 1 – 4 of 4) sorted by relevance
102 tv_add(&cc->time, &cc->time, count_wallclock ? &wtv : tv); in count_syscall()185 tv_add(&tv_cum, &tv_cum, &counts[i].time); in call_summary_pers()
651 extern void tv_add(struct timeval *, const struct timeval *, const struct timeval *);
86 tv_add(struct timeval *tv, const struct timeval *a, const struct timeval *b) in tv_add() function
1189 * util.c (tv_add): Fix rounding comparison.