Searched refs:run_delay (Results 1 – 13 of 13) sorted by relevance
| /linux/kernel/sched/ |
| H A D | stats.h | 16 rq->rq_sched_info.run_delay += delta; in rq_sched_info_arrive() 35 rq->rq_sched_info.run_delay += delta; in rq_sched_info_dequeue() 255 t->sched_info.run_delay += delta; in sched_info_dequeue() 280 t->sched_info.run_delay += delta; in sched_info_arrive()
|
| H A D | stats.c | 130 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
|
| /linux/arch/arm64/kvm/ |
| H A D | pvtime.c | 28 vcpu->arch.steal.last_steal = READ_ONCE(current->sched_info.run_delay); in kvm_update_stolen_time() 64 vcpu->arch.steal.last_steal = current->sched_info.run_delay; in kvm_init_stolen_time()
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v15.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| H A D | schedstat-v16.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| H A D | schedstat-v17.h | 18 CPU_FIELD(__u64, run_delay, "total waittime by tasks on this processor (in jiffies)",
|
| /linux/kernel/ |
| H A D | delayacct.c | 172 t2 = tsk->sched_info.run_delay; in delayacct_add_tsk()
|
| /linux/arch/x86/kvm/ |
| H A D | xen.c | 592 u64 run_delay = current->sched_info.run_delay; in kvm_xen_update_runstate() local 602 u64 steal_ns = run_delay - vx->last_steal; in kvm_xen_update_runstate() 608 vx->last_steal = run_delay; in kvm_xen_update_runstate() 1056 vcpu->arch.xen.last_steal = current->sched_info.run_delay; in kvm_xen_vcpu_set_attr()
|
| H A D | x86.c | 3830 steal += current->sched_info.run_delay - in record_steal_time() 3832 vcpu->arch.st.last_steal = current->sched_info.run_delay; in record_steal_time()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 141 run_delay : 3449973971 ( 48.70% ) 270 …run_delay : 4728347053, 3997100703 | -1…
|
| /linux/arch/loongarch/kvm/ |
| H A D | vcpu.c | 198 steal += current->sched_info.run_delay - vcpu->arch.st.last_steal; in kvm_update_stolen_time() 199 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_update_stolen_time() 1207 vcpu->arch.st.last_steal = current->sched_info.run_delay; in kvm_loongarch_pvtime_set_attr()
|
| /linux/include/linux/ |
| H A D | sched.h | 424 unsigned long long run_delay; member
|
| /linux/fs/proc/ |
| H A D | base.c | 519 (unsigned long long)task->sched_info.run_delay, in proc_pid_schedstat()
|