qcacmn: Add host timestamp to cfr header
Include a UTC timestamp when constructing the CFR header, represented as a 64-bit nanoseconds value. This will allow for better correlation with ground truth data. CRs-Fixed: 3156846 Change-Id: Ic5308bcd591d641e715ded8e4b75d447160dbbce
Šī revīzija ir iekļauta:

revīziju iesūtīja
Madan Koyyalamudi

vecāks
d7046ba026
revīzija
5672e51446
@@ -236,6 +236,7 @@ void target_if_cfr_fill_header(struct csi_cfr_header *hdr,
|
||||
hdr->cmn.pltform_type = CFR_PLATFORM_TYPE_ARM;
|
||||
hdr->cmn.cfr_metadata_len = CFR_META_DATA_LEN;
|
||||
hdr->cmn.cfr_data_version = CFR_DATA_VERSION_1;
|
||||
hdr->cmn.host_real_ts = qdf_ktime_to_ns(qdf_ktime_real_get());
|
||||
|
||||
if (target_type == TARGET_TYPE_QCA8074V2) {
|
||||
hdr->cmn.cfr_metadata_version = CFR_META_VERSION_6;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user