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()
79 PN(se->exec_start); in print_cfs_group_stats()
80 PN(se->vruntime); in print_cfs_group_stats()
81 PN(se->sum_exec_runtime); in print_cfs_group_stats()
83 PN(se->statistics.wait_start); in print_cfs_group_stats()
84 PN(se->statistics.sleep_start); in print_cfs_group_stats()
85 PN(se->statistics.block_start); in print_cfs_group_stats()
86 PN(se->statistics.sleep_max); in print_cfs_group_stats()
87 PN(se->statistics.block_max); in print_cfs_group_stats()
88 PN(se->statistics.exec_max); in print_cfs_group_stats()
89 PN(se->statistics.slice_max); in print_cfs_group_stats()
90 PN(se->statistics.wait_max); in print_cfs_group_stats()
91 PN(se->statistics.wait_sum); in print_cfs_group_stats()
92 P(se->statistics.wait_count); in print_cfs_group_stats()
94 P(se->load.weight); in print_cfs_group_stats()
96 P(se->avg.runnable_avg_sum); in print_cfs_group_stats()
97 P(se->avg.running_avg_sum); in print_cfs_group_stats()
98 P(se->avg.avg_period); in print_cfs_group_stats()
99 P(se->avg.load_avg_contrib); in print_cfs_group_stats()
100 P(se->avg.utilization_avg_contrib); in print_cfs_group_stats()
101 P(se->avg.decay_count); in print_cfs_group_stats()
130 SPLIT_NS(p->se.vruntime), in print_task()
135 SPLIT_NS(p->se.vruntime), in print_task()
136 SPLIT_NS(p->se.sum_exec_runtime), in print_task()
137 SPLIT_NS(p->se.statistics.sum_sleep_runtime)); in print_task()
578 PN(se.exec_start); in proc_sched_show_task()
579 PN(se.vruntime); in proc_sched_show_task()
580 PN(se.sum_exec_runtime); in proc_sched_show_task()
585 PN(se.statistics.wait_start); in proc_sched_show_task()
586 PN(se.statistics.sleep_start); in proc_sched_show_task()
587 PN(se.statistics.block_start); in proc_sched_show_task()
588 PN(se.statistics.sleep_max); in proc_sched_show_task()
589 PN(se.statistics.block_max); in proc_sched_show_task()
590 PN(se.statistics.exec_max); in proc_sched_show_task()
591 PN(se.statistics.slice_max); in proc_sched_show_task()
592 PN(se.statistics.wait_max); in proc_sched_show_task()
593 PN(se.statistics.wait_sum); in proc_sched_show_task()
594 P(se.statistics.wait_count); in proc_sched_show_task()
595 PN(se.statistics.iowait_sum); in proc_sched_show_task()
596 P(se.statistics.iowait_count); in proc_sched_show_task()
597 P(se.nr_migrations); in proc_sched_show_task()
598 P(se.statistics.nr_migrations_cold); in proc_sched_show_task()
599 P(se.statistics.nr_failed_migrations_affine); in proc_sched_show_task()
600 P(se.statistics.nr_failed_migrations_running); in proc_sched_show_task()
601 P(se.statistics.nr_failed_migrations_hot); in proc_sched_show_task()
602 P(se.statistics.nr_forced_migrations); in proc_sched_show_task()
603 P(se.statistics.nr_wakeups); in proc_sched_show_task()
604 P(se.statistics.nr_wakeups_sync); in proc_sched_show_task()
605 P(se.statistics.nr_wakeups_migrate); in proc_sched_show_task()
606 P(se.statistics.nr_wakeups_local); in proc_sched_show_task()
607 P(se.statistics.nr_wakeups_remote); in proc_sched_show_task()
608 P(se.statistics.nr_wakeups_affine); in proc_sched_show_task()
609 P(se.statistics.nr_wakeups_affine_attempts); in proc_sched_show_task()
610 P(se.statistics.nr_wakeups_passive); in proc_sched_show_task()
611 P(se.statistics.nr_wakeups_idle); in proc_sched_show_task()
616 avg_atom = p->se.sum_exec_runtime; in proc_sched_show_task()
622 avg_per_cpu = p->se.sum_exec_runtime; in proc_sched_show_task()
623 if (p->se.nr_migrations) { in proc_sched_show_task()
625 p->se.nr_migrations); in proc_sched_show_task()
640 P(se.load.weight); in proc_sched_show_task()
642 P(se.avg.runnable_avg_sum); in proc_sched_show_task()
643 P(se.avg.running_avg_sum); in proc_sched_show_task()
644 P(se.avg.avg_period); in proc_sched_show_task()
645 P(se.avg.load_avg_contrib); in proc_sched_show_task()
646 P(se.avg.utilization_avg_contrib); in proc_sched_show_task()
647 P(se.avg.decay_count); in proc_sched_show_task()
672 memset(&p->se.statistics, 0, sizeof(p->se.statistics)); in proc_sched_set_task()