Lines Matching refs:start_time
98 u64 start_time; member
112 u64 start_time; member
145 u64 start_time; member
164 u64 start_time; member
180 u64 start_time; member
264 p->start_time = timestamp; in pid_fork()
265 if (p->current && !p->current->start_time) { in pid_fork()
266 p->current->start_time = timestamp; in pid_fork()
297 sample->start_time = start; in pid_put_sample()
310 if (c->start_time == 0 || c->start_time > start) in pid_put_sample()
311 c->start_time = start; in pid_put_sample()
312 if (p->start_time == 0 || p->start_time > start) in pid_put_sample()
313 p->start_time = start; in pid_put_sample()
371 pwr->start_time = cpus_cstate_start_times[cpu]; in c_state_end()
389 pwr->start_time = cpus_pstate_start_times[cpu]; in p_state_end()
394 if (!pwr->start_time) in p_state_end()
395 pwr->start_time = tchart->first_time; in p_state_end()
711 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()
746 if (prev && prev->start_time && !prev->end_time) { in pid_begin_io_sample()
760 sample->start_time = start; in pid_begin_io_sample()
766 if (c->start_time == 0 || c->start_time > start) in pid_begin_io_sample()
767 c->start_time = start; in pid_begin_io_sample()
805 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
806 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
807 if (prev && sample->start_time < prev->end_time) { in pid_end_io_sample()
809 sample->start_time = prev->end_time; in pid_end_io_sample()
811 prev->end_time = sample->start_time; in pid_end_io_sample()
832 prev->end_time + tchart->merge_dist >= sample->start_time) { in pid_end_io_sample()
837 sample->start_time = prev->start_time; in pid_end_io_sample()
1029 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1038 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1061 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups()
1125 sample->start_time, in draw_cpu_usage()
1160 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars()
1174 sample->start_time, in draw_io_bars()
1183 sample->start_time, in draw_io_bars()
1192 sample->start_time, in draw_io_bars()
1201 sample->start_time, in draw_io_bars()
1210 sample->start_time, in draw_io_bars()
1219 sample->start_time, in draw_io_bars()
1245 svg_text(Y, c->start_time, comm); in draw_io_bars()
1274 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
1279 sample->start_time, in draw_process_bars()
1284 sample->start_time, in draw_process_bars()
1289 sample->start_time, in draw_process_bars()
1302 svg_text(Y, c->start_time, comm); in draw_process_bars()
1353 if (p->start_time == 1) in determine_display_tasks_filtered()
1354 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1365 if (c->start_time == 1) in determine_display_tasks_filtered()
1366 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1393 if (p->start_time == 1) in determine_display_tasks()
1394 p->start_time = tchart->first_time; in determine_display_tasks()
1407 if (c->start_time == 1) in determine_display_tasks()
1408 c->start_time = tchart->first_time; in determine_display_tasks()