Searched refs:state_since (Results 1 – 1 of 1) sorted by relevance
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-timechart.c | 100 u64 state_since; member 217 p->current->state_since = timestamp; in pid_fork() 426 p->current->state_since = timestamp; in sched_wakeup() 430 pid_put_sample(p->pid, p->current->state, cpu, p->current->state_since, timestamp); in sched_wakeup() 431 p->current->state_since = timestamp; in sched_wakeup() 447 pid_put_sample(sw->prev_pid, TYPE_RUNNING, cpu, prev_p->current->state_since, timestamp); in sched_switch() 450 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp); in sched_switch() 452 p->current->state_since = timestamp; in sched_switch() 458 prev_p->current->state_since = timestamp; in sched_switch()
|