|
@@ -1474,6 +1474,8 @@ static void intel_pt_calc_mtc_timestamp(struct intel_pt_decoder *decoder)
|
|
|
decoder->have_calc_cyc_to_tsc = false;
|
|
|
intel_pt_calc_cyc_to_tsc(decoder, true);
|
|
|
}
|
|
|
+
|
|
|
+ intel_pt_log_to("Setting timestamp", decoder->timestamp);
|
|
|
}
|
|
|
|
|
|
static void intel_pt_calc_cbr(struct intel_pt_decoder *decoder)
|
|
@@ -1514,6 +1516,8 @@ static void intel_pt_calc_cyc_timestamp(struct intel_pt_decoder *decoder)
|
|
|
decoder->timestamp = timestamp;
|
|
|
|
|
|
decoder->timestamp_insn_cnt = 0;
|
|
|
+
|
|
|
+ intel_pt_log_to("Setting timestamp", decoder->timestamp);
|
|
|
}
|
|
|
|
|
|
/* Walk PSB+ packets when already in sync. */
|