zephyr/kernel/microkernel/include
Allan Stephens ec87ce02a5 Finish consolidating workload monitoring code
Moves workload monitoring logic from microkernel server file and
relocates it so it resides with other workload monitoring code.
This change means that the various variables use for workload monitor
computations no longer need to be globally visible.

This move also allows correction of two pre-existing issues:

1) Eliminates reference to non-existent POWERSAVEOFF configuration
   option.
2) Test to see if idle task has been deselected is no longer done
   if prior test has shown that it has just been selected, since
   the two conditions are mutually exclusive.

Change-Id: Ibd04b789e9ed40910c33261285c07f5a1044eee7
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
2016-02-05 20:13:52 -05:00
..
ch_buff.h First commit 2015-04-10 16:44:37 -07:00
ch_buffm.h First commit 2015-04-10 16:44:37 -07:00
ch_cfg.h First commit 2015-04-10 16:44:37 -07:00
kchan.h Move TIME_TYPE bits to private header file 2016-02-05 20:13:41 -05:00
kevent.h Renaming K_event_signal to _k_event_signal 2016-02-05 20:13:48 -05:00
kfifo.h Renaming K_queue to _k_fifo_ioctl 2016-02-05 20:13:47 -05:00
kmail.h Renaming K_recvdata to _k_mbox_receive_data 2016-02-05 20:13:46 -05:00
kmemcpy.h First commit 2015-04-10 16:44:37 -07:00
kmemp.h Renaming K_RelBlock to _k_mem_pool_block_release 2016-02-05 20:13:46 -05:00
kmmap.h Renaming K_dealloc to _k_mem_map_dealloc 2016-02-05 20:13:48 -05:00
kres.h Renaming K_unlock to _k_mutex_unlock 2016-02-05 20:13:47 -05:00
ksema.h Renaming K_inqsema to _k_sem_inquiry 2016-02-05 20:13:47 -05:00
ktask.h Renaming K_yield to _k_task_yield 2016-02-05 20:13:47 -05:00
kticks.h Increase consolidation of workload monitoring code 2016-02-05 20:13:52 -05:00
minik.h Finish consolidating workload monitoring code 2016-02-05 20:13:52 -05:00
v1.h First commit 2015-04-10 16:44:37 -07:00
v3.h First commit 2015-04-10 16:44:37 -07:00