Lines Matching refs:last_time
59 first_time, last_time; member
565 if (tchart->last_time < sample->time) in process_sample_event()
566 tchart->last_time = sample->time; in process_sample_event()
692 pwr->end_time = tchart->last_time; in end_sample_processing()
707 pwr->end_time = tchart->last_time; in end_sample_processing()
1351 p->end_time = tchart->last_time; in determine_display_tasks_filtered()
1368 c->end_time = tchart->last_time; in determine_display_tasks_filtered()
1391 p->end_time = tchart->last_time; in determine_display_tasks()
1409 c->end_time = tchart->last_time; in determine_display_tasks()
1428 p->end_time = timechart->last_time; in determine_display_io_tasks()
1441 c->end_time = timechart->last_time; in determine_display_io_tasks()
1478 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file()
1485 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
1640 (tchart->last_time - tchart->first_time) / 1000000000.0, output_name); in __cmd_timechart()