mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 00:42:22 +00:00
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> |
||
---|---|---|
arch | ||
config | ||
drivers | ||
host | ||
include | ||
kernel | ||
lib/libc/minimal | ||
make | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
vxmicro-env.bash |