• Home
  • Raw
  • Download

Lines Matching refs:start_time

85 	u64		start_time;  member
98 u64 start_time; member
128 u64 start_time; member
143 u64 start_time; member
222 p->start_time = timestamp; in pid_fork()
224 p->current->start_time = timestamp; in pid_fork()
259 sample->start_time = start; in pid_put_sample()
271 if (c->start_time == 0 || c->start_time > start) in pid_put_sample()
272 c->start_time = start; in pid_put_sample()
273 if (p->start_time == 0 || p->start_time > start) in pid_put_sample()
274 p->start_time = start; in pid_put_sample()
386 pwr->start_time = cpus_cstate_start_times[cpu]; in c_state_end()
408 pwr->start_time = cpus_pstate_start_times[cpu]; in p_state_change()
414 if (!pwr->start_time) in p_state_change()
415 pwr->start_time = first_time; in p_state_change()
592 pwr->start_time = cpus_cstate_start_times[cpu]; in end_sample_processing()
608 pwr->start_time = cpus_pstate_start_times[cpu]; in end_sample_processing()
614 if (!pwr->start_time) in end_sample_processing()
615 pwr->start_time = first_time; in end_sample_processing()
681 svg_cstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
690 svg_pstate(pwr->cpu, pwr->start_time, pwr->end_time, pwr->state); in draw_c_p_states()
713 if (c->Y && c->start_time <= we->time && c->end_time >= we->time) { in draw_wakeups()
775 svg_process(sample->cpu, sample->start_time, sample->end_time, "sample", c->comm); in draw_cpu_usage()
804 svg_box(Y, c->start_time, c->end_time, "process"); in draw_process_bars()
808 svg_sample(Y, sample->cpu, sample->start_time, sample->end_time); in draw_process_bars()
810 svg_box(Y, sample->start_time, sample->end_time, "blocked"); in draw_process_bars()
812 svg_waiting(Y, sample->start_time, sample->end_time); in draw_process_bars()
823 svg_text(Y, c->start_time, comm); in draw_process_bars()
876 if (p->start_time == 1) in determine_display_tasks_filtered()
877 p->start_time = first_time; in determine_display_tasks_filtered()
888 if (c->start_time == 1) in determine_display_tasks_filtered()
889 c->start_time = first_time; in determine_display_tasks_filtered()
919 if (p->start_time == 1) in determine_display_tasks()
920 p->start_time = first_time; in determine_display_tasks()
933 if (c->start_time == 1) in determine_display_tasks()
934 c->start_time = first_time; in determine_display_tasks()