Home
last modified time | relevance | path

Searched refs:last_ts (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/btt/
Dplat.c27 double first_ts, last_ts, tl; member
39 pp->first_ts = pp->last_ts = pp->tl = -1.0; in plat_alloc()
59 double delta = pp->last_ts - pp->first_ts; in plat_free()
76 pp->first_ts = pp->last_ts = now; in plat_x2c()
80 double delta = pp->last_ts - pp->first_ts; in plat_x2c()
85 pp->first_ts = pp->last_ts = now; in plat_x2c()
89 pp->last_ts = now; in plat_x2c()
/external/linux-tools-perf/scripts/python/
Dsched-migration.py318 last_ts = self.data[-1]
320 for cpu in last_ts.rqs:
/external/linux-tools-perf/util/
Dsession.c504 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL; in flush_sample_queue() local
528 } else if (last_ts <= limit) { in flush_sample_queue()