Lines Matching refs:PN_SCHEDSTAT

499 #define PN_SCHEDSTAT(F)	SEQ_printf(m, "  .%-30s: %lld.%06ld\n", \  in print_cfs_group_stats()  macro
513 PN_SCHEDSTAT(wait_start); in print_cfs_group_stats()
514 PN_SCHEDSTAT(sleep_start); in print_cfs_group_stats()
515 PN_SCHEDSTAT(block_start); in print_cfs_group_stats()
516 PN_SCHEDSTAT(sleep_max); in print_cfs_group_stats()
517 PN_SCHEDSTAT(block_max); in print_cfs_group_stats()
518 PN_SCHEDSTAT(exec_max); in print_cfs_group_stats()
519 PN_SCHEDSTAT(slice_max); in print_cfs_group_stats()
520 PN_SCHEDSTAT(wait_max); in print_cfs_group_stats()
521 PN_SCHEDSTAT(wait_sum); in print_cfs_group_stats()
532 #undef PN_SCHEDSTAT in print_cfs_group_stats()
1001 #define PN_SCHEDSTAT(F) __PSN(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() macro
1014 PN_SCHEDSTAT(sum_sleep_runtime); in proc_sched_show_task()
1015 PN_SCHEDSTAT(sum_block_runtime); in proc_sched_show_task()
1016 PN_SCHEDSTAT(wait_start); in proc_sched_show_task()
1017 PN_SCHEDSTAT(sleep_start); in proc_sched_show_task()
1018 PN_SCHEDSTAT(block_start); in proc_sched_show_task()
1019 PN_SCHEDSTAT(sleep_max); in proc_sched_show_task()
1020 PN_SCHEDSTAT(block_max); in proc_sched_show_task()
1021 PN_SCHEDSTAT(exec_max); in proc_sched_show_task()
1022 PN_SCHEDSTAT(slice_max); in proc_sched_show_task()
1023 PN_SCHEDSTAT(wait_max); in proc_sched_show_task()
1024 PN_SCHEDSTAT(wait_sum); in proc_sched_show_task()
1026 PN_SCHEDSTAT(iowait_sum); in proc_sched_show_task()
1061 PN_SCHEDSTAT(core_forceidle_sum); in proc_sched_show_task()
1093 #undef PN_SCHEDSTAT in proc_sched_show_task()