Lines Matching refs:se
64 struct sched_entity *se = tg->se[cpu]; in print_cfs_group_stats() local
71 if (!se) in print_cfs_group_stats()
74 PN(se->exec_start); in print_cfs_group_stats()
75 PN(se->vruntime); in print_cfs_group_stats()
76 PN(se->sum_exec_runtime); in print_cfs_group_stats()
78 PN(se->statistics.wait_start); in print_cfs_group_stats()
79 PN(se->statistics.sleep_start); in print_cfs_group_stats()
80 PN(se->statistics.block_start); in print_cfs_group_stats()
81 PN(se->statistics.sleep_max); in print_cfs_group_stats()
82 PN(se->statistics.block_max); in print_cfs_group_stats()
83 PN(se->statistics.exec_max); in print_cfs_group_stats()
84 PN(se->statistics.slice_max); in print_cfs_group_stats()
85 PN(se->statistics.wait_max); in print_cfs_group_stats()
86 PN(se->statistics.wait_sum); in print_cfs_group_stats()
87 P(se->statistics.wait_count); in print_cfs_group_stats()
89 P(se->load.weight); in print_cfs_group_stats()
91 P(se->avg.load_avg); in print_cfs_group_stats()
92 P(se->avg.util_avg); in print_cfs_group_stats()
121 SPLIT_NS(p->se.vruntime), in print_task()
126 SPLIT_NS(p->se.statistics.wait_sum), in print_task()
127 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
128 SPLIT_NS(p->se.statistics.sum_sleep_runtime)); in print_task()
132 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
565 PN(se.exec_start); in proc_sched_show_task()
566 PN(se.vruntime); in proc_sched_show_task()
567 PN(se.sum_exec_runtime); in proc_sched_show_task()
572 PN(se.statistics.sum_sleep_runtime); in proc_sched_show_task()
573 PN(se.statistics.wait_start); in proc_sched_show_task()
574 PN(se.statistics.sleep_start); in proc_sched_show_task()
575 PN(se.statistics.block_start); in proc_sched_show_task()
576 PN(se.statistics.sleep_max); in proc_sched_show_task()
577 PN(se.statistics.block_max); in proc_sched_show_task()
578 PN(se.statistics.exec_max); in proc_sched_show_task()
579 PN(se.statistics.slice_max); in proc_sched_show_task()
580 PN(se.statistics.wait_max); in proc_sched_show_task()
581 PN(se.statistics.wait_sum); in proc_sched_show_task()
582 P(se.statistics.wait_count); in proc_sched_show_task()
583 PN(se.statistics.iowait_sum); in proc_sched_show_task()
584 P(se.statistics.iowait_count); in proc_sched_show_task()
585 P(se.nr_migrations); in proc_sched_show_task()
586 P(se.statistics.nr_migrations_cold); in proc_sched_show_task()
587 P(se.statistics.nr_failed_migrations_affine); in proc_sched_show_task()
588 P(se.statistics.nr_failed_migrations_running); in proc_sched_show_task()
589 P(se.statistics.nr_failed_migrations_hot); in proc_sched_show_task()
590 P(se.statistics.nr_forced_migrations); in proc_sched_show_task()
591 P(se.statistics.nr_wakeups); in proc_sched_show_task()
592 P(se.statistics.nr_wakeups_sync); in proc_sched_show_task()
593 P(se.statistics.nr_wakeups_migrate); in proc_sched_show_task()
594 P(se.statistics.nr_wakeups_local); in proc_sched_show_task()
595 P(se.statistics.nr_wakeups_remote); in proc_sched_show_task()
596 P(se.statistics.nr_wakeups_affine); in proc_sched_show_task()
597 P(se.statistics.nr_wakeups_affine_attempts); in proc_sched_show_task()
598 P(se.statistics.nr_wakeups_passive); in proc_sched_show_task()
599 P(se.statistics.nr_wakeups_idle); in proc_sched_show_task()
604 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
610 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
611 if (p->se.nr_migrations) { in proc_sched_show_task()
613 p->se.nr_migrations); in proc_sched_show_task()
628 P(se.load.weight); in proc_sched_show_task()
630 P(se.avg.load_sum); in proc_sched_show_task()
631 P(se.avg.util_sum); in proc_sched_show_task()
632 P(se.avg.load_avg); in proc_sched_show_task()
633 P(se.avg.util_avg); in proc_sched_show_task()
634 P(se.avg.last_update_time); in proc_sched_show_task()
659 memset(&p->se.statistics, 0, sizeof(p->se.statistics)); in proc_sched_set_task()