Lines Matching refs:start_time
97 u64 start_time; member
111 u64 start_time; member
144 u64 start_time; member
163 u64 start_time; member
179 u64 start_time; member
263 p->start_time = timestamp; in pid_fork()
264 if (p->current && !p->current->start_time) { in pid_fork()
265 p->current->start_time = timestamp; in pid_fork()
296 sample->start_time = start; in pid_put_sample()
309 if (c->start_time == 0 || c->start_time > start) in pid_put_sample()
310 c->start_time = start; in pid_put_sample()
311 if (p->start_time == 0 || p->start_time > start) in pid_put_sample()
312 p->start_time = start; in pid_put_sample()
370 pwr->start_time = cpus_cstate_start_times[cpu]; in c_state_end()
388 pwr->start_time = cpus_pstate_start_times[cpu]; in p_state_end()
393 if (!pwr->start_time) in p_state_end()
394 pwr->start_time = tchart->first_time; in p_state_end()
707 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()
742 if (prev && prev->start_time && !prev->end_time) { in pid_begin_io_sample()
756 sample->start_time = start; in pid_begin_io_sample()
762 if (c->start_time == 0 || c->start_time > start) in pid_begin_io_sample()
763 c->start_time = start; in pid_begin_io_sample()
801 if (sample->end_time - sample->start_time < tchart->min_time) in pid_end_io_sample()
802 sample->end_time = sample->start_time + tchart->min_time; in pid_end_io_sample()
803 if (prev && sample->start_time < prev->end_time) { in pid_end_io_sample()
805 sample->start_time = prev->end_time; in pid_end_io_sample()
807 prev->end_time = sample->start_time; in pid_end_io_sample()
828 prev->end_time + tchart->merge_dist >= sample->start_time) { in pid_end_io_sample()
833 sample->start_time = prev->start_time; in pid_end_io_sample()
1025 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1034 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
1057 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups()
1121 sample->start_time, in draw_cpu_usage()
1156 svg_box(Y, c->start_time, c->end_time, "process3"); in draw_io_bars()
1170 sample->start_time, in draw_io_bars()
1179 sample->start_time, in draw_io_bars()
1188 sample->start_time, in draw_io_bars()
1197 sample->start_time, in draw_io_bars()
1206 sample->start_time, in draw_io_bars()
1215 sample->start_time, in draw_io_bars()
1241 svg_text(Y, c->start_time, comm); in draw_io_bars()
1270 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
1275 sample->start_time, in draw_process_bars()
1280 sample->start_time, in draw_process_bars()
1285 sample->start_time, in draw_process_bars()
1298 svg_text(Y, c->start_time, comm); in draw_process_bars()
1349 if (p->start_time == 1) in determine_display_tasks_filtered()
1350 p->start_time = tchart->first_time; in determine_display_tasks_filtered()
1361 if (c->start_time == 1) in determine_display_tasks_filtered()
1362 c->start_time = tchart->first_time; in determine_display_tasks_filtered()
1389 if (p->start_time == 1) in determine_display_tasks()
1390 p->start_time = tchart->first_time; in determine_display_tasks()
1403 if (c->start_time == 1) in determine_display_tasks()
1404 c->start_time = tchart->first_time; in determine_display_tasks()