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()
708 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()
743 if (prev && prev->start_time && !prev->end_time) { in pid_begin_io_sample()
757 sample->start_time = start; in pid_begin_io_sample()
763 if (c->start_time == 0 || c->start_time > start) in pid_begin_io_sample()
764 c->start_time = start; in pid_begin_io_sample()
802 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
803 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
804 if (prev && sample->start_time < prev->end_time) { in pid_end_io_sample()
806 sample->start_time = prev->end_time; in pid_end_io_sample()
808 prev->end_time = sample->start_time; in pid_end_io_sample()
829 prev->end_time + tchart->merge_dist >= sample->start_time) { in pid_end_io_sample()
834 sample->start_time = prev->start_time; in pid_end_io_sample()
1026 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1035 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1058 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups()
1122 sample->start_time, in draw_cpu_usage()
1157 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars()
1171 sample->start_time, in draw_io_bars()
1180 sample->start_time, in draw_io_bars()
1189 sample->start_time, in draw_io_bars()
1198 sample->start_time, in draw_io_bars()
1207 sample->start_time, in draw_io_bars()
1216 sample->start_time, in draw_io_bars()
1242 svg_text(Y, c->start_time, comm); in draw_io_bars()
1271 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
1276 sample->start_time, in draw_process_bars()
1281 sample->start_time, in draw_process_bars()
1286 sample->start_time, in draw_process_bars()
1299 svg_text(Y, c->start_time, comm); in draw_process_bars()
1350 if (p->start_time == 1) in determine_display_tasks_filtered()
1351 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1362 if (c->start_time == 1) in determine_display_tasks_filtered()
1363 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1390 if (p->start_time == 1) in determine_display_tasks()
1391 p->start_time = tchart->first_time; in determine_display_tasks()
1404 if (c->start_time == 1) in determine_display_tasks()
1405 c->start_time = tchart->first_time; in determine_display_tasks()