Add profiler method.
Add a standardized mechanism to add profiling points to the Kernel with a single interface for the user to collect the profiling data. Change-Id: I4fa34ac1b42f73a73ba1fd805e755ee2fd00dff7 Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@intel.com>
This commit is contained in:
parent
8c85c15a2f
commit
efd8e246cc
7 changed files with 249 additions and 0 deletions
|
@ -15,6 +15,8 @@ CONFIG_SYS_CLOCK_EXISTS=y
|
|||
CONFIG_XIP=y
|
||||
# CONFIG_ENHANCED_SECURITY is not set
|
||||
# CONFIG_EVENT_LOGGER is not set
|
||||
# CONFIG_KERNEL_PROFILER is not set
|
||||
# CONFIG_PROFILER_BUFFER_SIZE is not set
|
||||
|
||||
#
|
||||
# Nanokernel Options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue