There is no reason to enable tickless idle or system power management to test the kernel event logger, and it breaks systems which do not implement tickless idle (like Nios II which lacks a powersave instruction). Sleep events are logged on all arches in nano_cpu_idle() or nano_cpu_atomic_idle() so we get sleep events even without these configs turned on. Change-Id: I6db811478686d8b2cd9e12a65b118349e825b22f Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
CONFIG_RING_BUFFER=y
|
|
CONFIG_KERNEL_EVENT_LOGGER=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_BUFFER_SIZE=16
|
|
CONFIG_KERNEL_EVENT_LOGGER_CONTEXT_SWITCH=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_INTERRUPT=y
|
|
CONFIG_KERNEL_EVENT_LOGGER_SLEEP=y
|
|
CONFIG_TASK_MONITOR=y
|