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