Lines Matching refs:PN_SCHEDSTAT
457 #define PN_SCHEDSTAT(F) SEQ_printf(m, " .%-30s: %lld.%06ld\n", \ in print_cfs_group_stats() macro
471 PN_SCHEDSTAT(wait_start); in print_cfs_group_stats()
472 PN_SCHEDSTAT(sleep_start); in print_cfs_group_stats()
473 PN_SCHEDSTAT(block_start); in print_cfs_group_stats()
474 PN_SCHEDSTAT(sleep_max); in print_cfs_group_stats()
475 PN_SCHEDSTAT(block_max); in print_cfs_group_stats()
476 PN_SCHEDSTAT(exec_max); in print_cfs_group_stats()
477 PN_SCHEDSTAT(slice_max); in print_cfs_group_stats()
478 PN_SCHEDSTAT(wait_max); in print_cfs_group_stats()
479 PN_SCHEDSTAT(wait_sum); in print_cfs_group_stats()
490 #undef PN_SCHEDSTAT in print_cfs_group_stats()
960 #define PN_SCHEDSTAT(F) __PSN(#F, schedstat_val(p->stats.F)) in proc_sched_show_task() macro
973 PN_SCHEDSTAT(sum_sleep_runtime); in proc_sched_show_task()
974 PN_SCHEDSTAT(sum_block_runtime); in proc_sched_show_task()
975 PN_SCHEDSTAT(wait_start); in proc_sched_show_task()
976 PN_SCHEDSTAT(sleep_start); in proc_sched_show_task()
977 PN_SCHEDSTAT(block_start); in proc_sched_show_task()
978 PN_SCHEDSTAT(sleep_max); in proc_sched_show_task()
979 PN_SCHEDSTAT(block_max); in proc_sched_show_task()
980 PN_SCHEDSTAT(exec_max); in proc_sched_show_task()
981 PN_SCHEDSTAT(slice_max); in proc_sched_show_task()
982 PN_SCHEDSTAT(wait_max); in proc_sched_show_task()
983 PN_SCHEDSTAT(wait_sum); in proc_sched_show_task()
985 PN_SCHEDSTAT(iowait_sum); in proc_sched_show_task()
1020 PN_SCHEDSTAT(core_forceidle_sum); in proc_sched_show_task()
1052 #undef PN_SCHEDSTAT in proc_sched_show_task()