Lines Matching refs:PN_SCHEDSTAT

660 #define PN_SCHEDSTAT(F)	SEQ_printf(m, "  .%-30s: %lld.%06ld\n", \  in print_cfs_group_stats()  macro
674 PN_SCHEDSTAT(wait_start); in print_cfs_group_stats()
675 PN_SCHEDSTAT(sleep_start); in print_cfs_group_stats()
676 PN_SCHEDSTAT(block_start); in print_cfs_group_stats()
677 PN_SCHEDSTAT(sleep_max); in print_cfs_group_stats()
678 PN_SCHEDSTAT(block_max); in print_cfs_group_stats()
679 PN_SCHEDSTAT(exec_max); in print_cfs_group_stats()
680 PN_SCHEDSTAT(slice_max); in print_cfs_group_stats()
681 PN_SCHEDSTAT(wait_max); in print_cfs_group_stats()
682 PN_SCHEDSTAT(wait_sum); in print_cfs_group_stats()
693 #undef PN_SCHEDSTAT in print_cfs_group_stats()
1175 #define PN_SCHEDSTAT(F) __PSN(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() macro
1188 PN_SCHEDSTAT(sum_sleep_runtime); in proc_sched_show_task()
1189 PN_SCHEDSTAT(sum_block_runtime); in proc_sched_show_task()
1190 PN_SCHEDSTAT(wait_start); in proc_sched_show_task()
1191 PN_SCHEDSTAT(sleep_start); in proc_sched_show_task()
1192 PN_SCHEDSTAT(block_start); in proc_sched_show_task()
1193 PN_SCHEDSTAT(sleep_max); in proc_sched_show_task()
1194 PN_SCHEDSTAT(block_max); in proc_sched_show_task()
1195 PN_SCHEDSTAT(exec_max); in proc_sched_show_task()
1196 PN_SCHEDSTAT(slice_max); in proc_sched_show_task()
1197 PN_SCHEDSTAT(wait_max); in proc_sched_show_task()
1198 PN_SCHEDSTAT(wait_sum); in proc_sched_show_task()
1200 PN_SCHEDSTAT(iowait_sum); in proc_sched_show_task()
1235 PN_SCHEDSTAT(core_forceidle_sum); in proc_sched_show_task()
1271 #undef PN_SCHEDSTAT in proc_sched_show_task()