wallace added inline comments.

================
Comment at: lldb/source/Plugins/Trace/intel-pt/PerfContextSwitchDecoder.cpp:318
+        should_copy = true;
+    } else if (perf_record.IsErrorRecord()) {
+      should_copy = true;
----------------
jj10306 wrote:
> why do we want the error record?
i don't want to lose this information because they can show contention issues


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129239/new/

https://reviews.llvm.org/D129239

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to