This patches includes - a profiler file/Makefile that can be added to an application to enable kernel event logger flush over UART - a nanokernel and a microkernel sample application permitting to exercise the profiler - scripts permitting to get kernel event profiler data over UART console and post-process this data Origin: Original Change-Id: Icacf4354c526c7f780b11371e9c28c87e6461eb8 Signed-off-by: Fabrice Olivero <fabrice.olivero@intel.com>
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
% Application : Hello demo
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ==================================
|
|
TASK TASKA 7 taskA 2048 [EXE]
|
|
TASK TASKB 7 taskB 2048 [EXE]
|
|
TASK PROF 10 prof 512 [EXE]
|
|
|
|
% SEMA NAME
|
|
% =============
|
|
SEMA TASKASEM
|
|
SEMA TASKBSEM
|