Go to file
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
arch Compiler specific configuration 2016-02-05 20:13:52 -05:00
config fsl_frdm_k64f: Increase number of IRQs for Bluetooth over UART 2016-02-05 20:13:51 -05:00
drivers Consolidate inline assembler code in a set of header files 2016-02-05 20:13:52 -05:00
host Make absolute symbol macros headers compiler dependent 2016-02-05 20:13:52 -05:00
include Rename _k_node_workload_get() to _k_workload_get() 2016-02-05 20:13:52 -05:00
kernel Finish consolidating workload monitoring code 2016-02-05 20:13:52 -05:00
lib/libc/minimal build: Always enable section garbage collection flags 2016-02-05 20:13:48 -05:00
make Delete obsolete KHEAP_SIZE and KHEAP_SIZE_FIXED config options 2016-02-05 20:13:51 -05:00
misc Remove inclusion of unused header files 2016-02-05 20:13:41 -05:00
net Bluetooth: Process HCI init return parameters synchronously 2016-02-05 20:13:50 -05:00
samples Change _nano_ticks to 64-bit 2016-02-05 20:13:52 -05:00
scripts Rename _k_node_workload_get() to _k_workload_get() 2016-02-05 20:13:52 -05:00
shared/include/nanokernel/x86 Fix checkpatch issue - ERROR:POINTER_LOCATION 2016-02-05 20:13:39 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore Prune obsolete entry from .gitignore 2016-02-05 20:13:51 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
vxmicro-env.bash Remove reference to CodeSourcery 2016-02-05 20:13:41 -05:00