Lines Matching refs:last_time
61 first_time, last_time;
563 if (tchart->last_time < sample->time)
564 tchart->last_time = sample->time;
690 pwr->end_time = tchart->last_time;
705 pwr->end_time = tchart->last_time;
1349 p->end_time = tchart->last_time;
1366 c->end_time = tchart->last_time;
1389 p->end_time = tchart->last_time;
1407 c->end_time = tchart->last_time;
1426 p->end_time = timechart->last_time;
1439 c->end_time = timechart->last_time;
1476 open_svg(filename, 0, count, tchart->first_time, tchart->last_time);
1483 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time);
1635 (tchart->last_time - tchart->first_time) / (double)NSEC_PER_SEC, output_name);