Lines Matching refs:last_time
59 first_time, last_time; member
564 if (tchart->last_time < sample->time) in process_sample_event()
565 tchart->last_time = sample->time; in process_sample_event()
691 pwr->end_time = tchart->last_time; in end_sample_processing()
706 pwr->end_time = tchart->last_time; in end_sample_processing()
1350 p->end_time = tchart->last_time; in determine_display_tasks_filtered()
1367 c->end_time = tchart->last_time; in determine_display_tasks_filtered()
1390 p->end_time = tchart->last_time; in determine_display_tasks()
1408 c->end_time = tchart->last_time; in determine_display_tasks()
1427 p->end_time = timechart->last_time; in determine_display_io_tasks()
1440 c->end_time = timechart->last_time; in determine_display_io_tasks()
1477 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file()
1484 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
1639 (tchart->last_time - tchart->first_time) / 1000000000.0, output_name); in __cmd_timechart()