| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | sched.h | 438 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 440 TP_ARGS(tsk, __perf_count(runtime), vruntime), 446 __field( u64, vruntime ) 453 __entry->vruntime = vruntime; 459 (unsigned long long)__entry->vruntime) 463 TP_PROTO(struct task_struct *tsk, u64 runtime, u64 vruntime), 464 TP_ARGS(tsk, runtime, vruntime));
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 34 p->se.vruntime (nanosec-unit) value. This way, it's possible to accurately 38 p->se.vruntime value --- i.e., tasks would execute simultaneously and no task 41 CFS's task picking logic is based on this p->se.vruntime value and it is thus 42 very simple: it always tries to run the task with the smallest p->se.vruntime 62 increasing value tracking the smallest vruntime among all tasks in the 72 p->se.vruntime key. CFS picks the "leftmost" task from this tree and sticks to it. 81 p->se.vruntime. Once p->se.vruntime gets high enough so that another task
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | fair.c | 522 static inline u64 max_vruntime(u64 max_vruntime, u64 vruntime) in max_vruntime() argument 524 s64 delta = (s64)(vruntime - max_vruntime); in max_vruntime() 526 max_vruntime = vruntime; in max_vruntime() 531 static inline u64 min_vruntime(u64 min_vruntime, u64 vruntime) in min_vruntime() argument 533 s64 delta = (s64)(vruntime - min_vruntime); in min_vruntime() 535 min_vruntime = vruntime; in min_vruntime() 543 return (s64)(a->vruntime - b->vruntime) < 0; in entity_before() 551 u64 vruntime = cfs_rq->min_vruntime; in update_min_vruntime() local 555 vruntime = curr->vruntime; in update_min_vruntime() 565 vruntime = se->vruntime; in update_min_vruntime() [all …]
|
| H A D | debug.c | 442 PN(se->vruntime); in print_cfs_group_stats() 517 SPLIT_NS(p->se.vruntime), in print_task() 577 MIN_vruntime = (__pick_first_entity(cfs_rq))->vruntime; in print_cfs_rq() 580 max_vruntime = last->vruntime; in print_cfs_rq() 940 PN(se.vruntime); in proc_sched_show_task()
|
| H A D | core.c | 3316 p->se.vruntime = 0; in __sched_fork()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | sched.h | 200 TP_PROTO(struct cfs_rq *cfs_rq, struct sched_entity *se, int initial, u64 vruntime), 201 TP_ARGS(cfs_rq, se, initial, vruntime), 1);
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | sched-migration.py | 374 common_callchain, comm, pid, runtime, vruntime): argument
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_log.c | 784 (unsigned long)se->vruntime, in md_dump_task_info()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 470 u64 vruntime; member
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | no_hz.rst | 320 load, maintaining sched average, computing CFS entity vruntime,
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | histogram.rst | 2162 …941: sched_stat_runtime: comm=gnome-terminal- pid=1699 runtime=180706 [ns] vruntime=1126870572 [ns] 2167 … 309.874973: sched_stat_runtime: comm=rcu_sched pid=9 runtime=13646 [ns] vruntime=22531430286 [ns] 2263 …9.823113: sched_stat_runtime: comm=gnome-shell pid=1261 runtime=49347 [ns] vruntime=1835730389 [ns] 2266 …49.823118: sched_stat_runtime: comm=kworker/3:2 pid=135 runtime=5339 [ns] vruntime=17815800388 [ns] 2267 …49.823120: sched_stat_runtime: comm=kworker/6:2 pid=387 runtime=9594 [ns] vruntime=14589605367 [ns]
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | usage.rst | 2084 …_runtime: { 1 }, { comm = "lttng-consumerd", tid = 1193, runtime = 681660, vruntime = 43367983388 } 2094 …_runtime: { 1 }, { comm = "lttng-consumerd", tid = 1193, runtime = 330710, vruntime = 43368314098 } 2095 …_runtime: { 0 }, { comm = "lttng-sessiond", tid = 1181, runtime = 1015313, vruntime = 36976733240 } 2106 …t_runtime: { 1 }, { comm = "lttng-consumerd", tid = 1193, runtime = 49237, vruntime = 43368363335 } 2107 …at_runtime: { 0 }, { comm = "lttng-sessiond", tid = 1181, runtime = 45121, vruntime = 36976778361 }
|