[Lldb-commits] [PATCH] D105717: [trace] [intel pt] Create a "thread trace dump stats" command

walter erquinigo via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 13 10:31:06 PDT 2021


wallace added inline comments.


================
Comment at: lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp:118
+  }
+  s.Printf("\nraw trace size %zu\n", *raw_size);
+  return;
----------------
the presentation of this line could be better. Something like this would look nicer

  thread 1: tid = 123123
    
    - Tracing technology: Intel PT
    - Raw trace size: 1231232 bytes 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105717



More information about the lldb-commits mailing list