zephyr/samples/task_profiler/profiler
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
..
scripts samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00
src samples/task_profiler: add RTC/counter support as timestamp 2016-05-23 21:28:04 +00:00
Makefile samples: adds task_profiler application, code and scripts 2016-05-17 20:13:40 +00:00