Home | History | Annotate | Download | only in perf

Lines Matching full:last_timestamp

23 static u64			last_timestamp;
514 if (sample->time < last_timestamp) {
516 " this: %" PRIu64 "\n", last_timestamp,
520 last_timestamp = sample->time;