Lines Matching refs:first_time
59 first_time, last_time; member
387 pwr->start_time = tchart->first_time; in p_state_change()
563 if (!tchart->first_time || tchart->first_time > sample->time) in process_sample_event()
564 tchart->first_time = sample->time; in process_sample_event()
713 pwr->start_time = tchart->first_time; in end_sample_processing()
1347 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1359 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1387 p->start_time = tchart->first_time; in determine_display_tasks()
1401 c->start_time = tchart->first_time; in determine_display_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()