The primary log format currently uses the ktime (nanoseconds from the system boot time) for timestamps. For crau-query to be able to decode the timestamps properly, the system boot time needs to be maintained somewhere. Probably we should add a metadata section in the primary (binary) log file and add such information there, along with other fields: format version, etc., though this may break backward compatibility.
The primary log format currently uses the ktime (nanoseconds from the system boot time) for timestamps. For crau-query to be able to decode the timestamps properly, the system boot time needs to be maintained somewhere. Probably we should add a metadata section in the primary (binary) log file and add such information there, along with other fields: format version, etc., though this may break backward compatibility.