Home
last modified time | relevance | path

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

/external/strace/
Dcount.c102 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()
Ddefs.h598 extern void tv_add(struct timeval *, struct timeval *, struct timeval *);
Dutil.c126 tv_add(tv, a, b) in tv_add() function
DChangeLog-CVS1189 * util.c (tv_add): Fix rounding comparison.