Searched refs:etime (Results 1 – 5 of 5) sorted by relevance
1595 etime = int(pair[1])1597 total_exec_time_sec = etime - stime
68 ts_sub(&wts, syscall_exiting_ts, &tcp->etime); in count_syscall()
714 clock_gettime(CLOCK_MONOTONIC, &tcp->etime); in syscall_entering_finish()928 ts_sub(ts, ts, &tcp->etime); in syscall_exiting_trace()
234 struct timespec etime; /* Syscall entry time */ member
6440 * defs.h (struct tcb): Change the type of stime, dtime, and etime fields