Home
last modified time | relevance | path

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

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