Lines Matching refs:first_time
59 first_time, last_time; member
387 pwr->start_time = tchart->first_time; in p_state_change()
562 if (!tchart->first_time || tchart->first_time > sample->time) in process_sample_event()
563 tchart->first_time = sample->time; in process_sample_event()
712 pwr->start_time = tchart->first_time; in end_sample_processing()
1346 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1358 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1386 p->start_time = tchart->first_time; in determine_display_tasks()
1400 c->start_time = tchart->first_time; in determine_display_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()