HomeSort by relevance Sort by last modified time
    Searched refs:last_ts (Results 1 - 6 of 6) sorted by null

  /external/blktrace/btt/
plat.c 27 double first_ts, last_ts, tl; member in struct:plat_info
39 pp->first_ts = pp->last_ts = pp->tl = -1.0;
59 double delta = pp->last_ts - pp->first_ts;
76 pp->first_ts = pp->last_ts = now;
80 double delta = pp->last_ts - pp->first_ts;
85 pp->first_ts = pp->last_ts = now;
89 pp->last_ts = now;
  /frameworks/base/libs/common_time/
utils.cpp 95 gettimeofday(&(last->last_ts), NULL);
99 mRingBuffer[mWr].last_ts = mRingBuffer[mWr].first_ts;
139 localtime_r(&mRingBuffer[ndx].last_ts.tv_sec, &t);
145 mRingBuffer[ndx].last_ts.tv_usec / 1000);
utils.h 67 struct timeval last_ts; member in class:android::LogRing::Entry
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
sched-migration.py 318 last_ts = self.data[-1]
320 for cpu in last_ts.rqs:
  /external/fio/
stat.c 1177 int i, j, nr_ts, last_ts, idx; local
1193 last_ts = -1;
1199 if (last_ts == td->groupid)
1202 last_ts = td->groupid;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
session.c 527 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL; local
564 } else if (last_ts <= limit) {
    [all...]

Completed in 299 milliseconds