Add marking invalid timestamps 60/210860/2
authorMateusz Majewski <m.majewski2@samsung.com>
Thu, 25 Jul 2019 09:47:21 +0000 (11:47 +0200)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 29 Jul 2019 02:43:05 +0000 (02:43 +0000)
commit6732b6af4765e49bb9f054f22f9f92c936968453
tree36134bbdd57d29af25812346ff2570d71a140edc
parentae450ec9ae6a7fa685a0d9b304dc9ee4f1b8a539
Add marking invalid timestamps

Some formats don't include both realtime and monotonic timestamps.
Currently, the missing timestamps are set to various values (either
the other timestamp or 0). This commit makes it so the nanosecond value
of missing timestamps is set to a normally impossible value of -1.

Change-Id: I458b9049e9e5b0581ae138a352b66b9821e3fc5a
include/queued_entry.h
src/logutil/fdi_logger.c
src/shared/queued_entry.c
src/tests/queued_entry.c