Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
Dsched-migration.py318 last_ts = self.data[-1]
320 for cpu in last_ts.rqs:
/tools/perf/util/
Dsession.c506 u64 last_ts = os->last_sample ? os->last_sample->timestamp : 0ULL; in flush_sample_queue() local
539 } else if (last_ts <= limit) { in flush_sample_queue()