zephyr/samples/task_profiler/sample_microkernel_app
Fabrice Olivero 8a1c4e642b samples/task_profiler: add RTC/counter support as timestamp
On Quark SE, using system timer as event timestamp creates
inconsistencies since the timer is handled by software in
timer_int_handler and tickless_idle_exit. So timestamp does not
reflect timing of certain events like timer IRQ.

This patch introduces the usage of RTC or AON counter as kernel
event logger timestamp

Change-Id: I070254446dd98dd448e119892c34abf12efca719
Signed-off-by: Fabrice Olivero <fabrice.olivero@intel.com>
2016-05-23 21:28:04 +00:00
..
src samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
Makefile samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
prj_galileo.conf samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
prj_qemu_x86.conf samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
prj_quark_se_devboard.conf samples/task_profiler: add RTC/counter support as timestamp 2016-05-23 21:28:04 +00:00
prj.mdef samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00