Skip to content

Commit 447d762

Browse files
committed
Ignore an additional irrelevant PT packet observed in the wild.
1 parent fe02bdb commit 447d762

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ProcessorTraceDecoder.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ void ProcessorTraceDecoder::maybe_process_events(int status) {
138138
case ptev_exec_mode:
139139
case ptev_cbr:
140140
case ptev_tsx:
141+
case ptev_async_vmcs:
141142
break;
142143
case ptev_overflow:
143144
FATAL() << "Detected ptev_overflow";
@@ -216,4 +217,4 @@ bool ProcessorTraceDecoder::next_instruction(Instruction* out, int* pt_status) {
216217
}
217218
}
218219

219-
}
220+
}

0 commit comments

Comments
 (0)