Searched refs:state_since (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 119 u64 state_since; member 254 p->current->state_since = timestamp; in pid_fork() 428 p->current->state_since = timestamp; in sched_wakeup() 433 p->current->state_since, timestamp, NULL); in sched_wakeup() 434 p->current->state_since = timestamp; in sched_wakeup() 451 prev_p->current->state_since, timestamp, in sched_switch() 456 p->current->state_since, timestamp, in sched_switch() 459 p->current->state_since = timestamp; in sched_switch() 465 prev_p->current->state_since = timestamp; in sched_switch()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 122 u64 state_since; member 267 p->current->state_since = timestamp; in pid_fork() 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() 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()
|
Completed in 6 milliseconds