zephyr/samples/microkernel/apps/profiler_sample/prj_x86.conf
Yonattan Louise c38acaacf0 Improve profiler sample.
Add interrupt and sleep event data to the profiler sample.

Change-Id: Ie5d3c4201475824eaf833bef506140279a6c606d
Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
2016-02-05 20:15:28 -05:00

11 lines
328 B
Plaintext

# Let stack canaries use non-random number generator.
# This option is NOT to be used in production code.
CONFIG_KERNEL_PROFILER=y
CONFIG_NANO_TIMEOUTS=y
CONFIG_PROFILER_BUFFER_SIZE=16
CONFIG_PROFILER_CONTEXT_SWITCH=y
CONFIG_PROFILER_INTERRUPT=y
CONFIG_ADVANCED_POWER_MANAGEMENT=y
CONFIG_TICKLESS_IDLE=y
CONFIG_PROFILER_SLEEP=y