Searched refs:tv_sub (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | count.c | 70 tv_sub(tv, syscall_exiting_tv, &tcp->etime); in count_syscall() 182 tv_sub(&counts[i].time, &counts[i].time, &dtv); in call_summary_pers()
|
D | defs.h | 652 extern void tv_sub(struct timeval *, const struct timeval *, const struct timeval *);
|
D | strace.c | 647 tv_sub(&dtv, &tv, &otv); in printleader() 2158 tv_sub(&tcp->dtime, &ru.ru_stime, &tcp->stime); in trace()
|
D | util.c | 97 tv_sub(struct timeval *tv, const struct timeval *a, const struct timeval *b) in tv_sub() function
|
D | syscall.c | 1107 tv_sub(&tv, &tv, &tcp->etime); in trace_syscall_exiting()
|