Searched refs:tv_add (Results 1 – 4 of 4) sorted by relevance
102 tv_add(&counts[tcp->scno].time, &counts[tcp->scno].time, tv); in count_syscall()189 tv_add(&tv_cum, &tv_cum, &counts[i].time); in call_summary_pers()
598 extern void tv_add(struct timeval *, struct timeval *, struct timeval *);
126 tv_add(tv, a, b) in tv_add() function
1189 * util.c (tv_add): Fix rounding comparison.