Lines Matching refs:last_time
64 first_time, last_time; member
585 if (tchart->last_time < sample->time) in process_sample_event()
586 tchart->last_time = sample->time; in process_sample_event()
712 pwr->end_time = tchart->last_time; in end_sample_processing()
721 pwr = p_state_end(tchart, cpu, tchart->last_time); in end_sample_processing()
1358 p->end_time = tchart->last_time; in determine_display_tasks_filtered()
1375 c->end_time = tchart->last_time; in determine_display_tasks_filtered()
1398 p->end_time = tchart->last_time; in determine_display_tasks()
1416 c->end_time = tchart->last_time; in determine_display_tasks()
1435 p->end_time = timechart->last_time; in determine_display_io_tasks()
1448 c->end_time = timechart->last_time; in determine_display_io_tasks()
1485 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file()
1492 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
1649 (tchart->last_time - tchart->first_time) / (double)NSEC_PER_SEC, output_name); in __cmd_timechart()