Lines Matching refs:first_time
64 first_time, last_time; member
395 pwr->start_time = tchart->first_time; in p_state_end()
583 if (!tchart->first_time || tchart->first_time > sample->time) in process_sample_event()
584 tchart->first_time = sample->time; in process_sample_event()
1354 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1366 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1394 p->start_time = tchart->first_time; in determine_display_tasks()
1408 c->start_time = tchart->first_time; in determine_display_tasks()
1485 open_svg(filename, 0, count, tchart->first_time, tchart->last_time); in write_svg_file()
1492 open_svg(filename, tchart->numcpus, count, tchart->first_time, tchart->last_time); in write_svg_file()
1643 (tchart->last_time - tchart->first_time) / (double)NSEC_PER_SEC, output_name); in __cmd_timechart()