Lines Matching refs:timestamp

133 	u64		timestamp;  member
255 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() argument
264 p->start_time = timestamp; in pid_fork()
266 p->current->start_time = timestamp; in pid_fork()
267 p->current->state_since = timestamp; in pid_fork()
271 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() argument
275 p->end_time = timestamp; in pid_exit()
277 p->current->end_time = timestamp; in pid_exit()
357 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start() argument
359 cpus_cstate_start_times[cpu] = timestamp; in c_state_start()
363 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end() argument
372 pwr->end_time = timestamp; in c_state_end()
381 u64 timestamp) in p_state_end() argument
390 pwr->end_time = timestamp; in p_state_end()
401 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change() argument
408 pwr = p_state_end(tchart, cpu, timestamp); in p_state_change()
413 cpus_pstate_start_times[cpu] = timestamp; in p_state_change()
425 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup() argument
434 we->time = timestamp; in sched_wakeup()
447 p->current->state_since = timestamp; in sched_wakeup()
452 p->current->state_since, timestamp, NULL); in sched_wakeup()
453 p->current->state_since = timestamp; in sched_wakeup()
458 static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, in sched_switch() argument
470 prev_p->current->state_since, timestamp, in sched_switch()
475 p->current->state_since, timestamp, in sched_switch()
478 p->current->state_since = timestamp; in sched_switch()
484 prev_p->current->state_since = timestamp; in sched_switch()