Searched refs:timediff (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/compat/linux/
H A Dstats_timing.d54 this->timediff = self->time[probefunc] - vtimestamp;
56 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
57 @longest[probeprov, probefunc] = max(this->timediff);
70 this->timediff = self->lock[arg0] - vtimestamp;
72 @lockstats[probefunc] = quantize(this->timediff);
73 @longlock[probefunc] = max(this->timediff);
H A Dtrace_futexes.d156 this->timediff = self->time[probefunc] - timestamp;
158 @timestats[probeprov, execname, probefunc] = quantize(this->timediff);
159 @longest[probeprov, probefunc] = max(this->timediff);
/freebsd-current/usr.bin/truss/
H A Dsetup.c592 struct timespec timediff; local
609 timespecsub(&t->after, &info->start_time, &timediff);
611 (intmax_t)timediff.tv_sec, timediff.tv_nsec);
614 timespecsub(&t->after, &t->before, &timediff);
616 (intmax_t)timediff.tv_sec, timediff.tv_nsec);
H A Dsyscalls.c2757 struct timespec timediff; local
2764 timespecsub(&t->after, &t->before, &timediff);
2765 timespecadd(&sc->time, &timediff, &sc->time);
/freebsd-current/usr.bin/gprof/
H A Dprintgprof.c75 double timediff; local
78 timediff = (*npp2) -> time - (*npp1) -> time;
79 if ( timediff > 0.0 )
81 if ( timediff < 0.0 )
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 728 milliseconds