[Lldb-commits] [PATCH] D130805: [trace][intel pt] Support a new kernel section in LLDB’s trace bundle schema

Sujin Park via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 4 15:03:13 PDT 2022


persona0220 marked an inline comment as done.
persona0220 added inline comments.


================
Comment at: lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp:104-108
     std::vector<tid_t> tids;
     for (const JSONProcess &process : bundle_description.processes)
       for (const JSONThread &thread : process.threads)
         tids.push_back(thread.tid);
 
----------------
wallace wrote:
> why did you remove this?
Because it seems that tids vector is not used anywhere


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

https://reviews.llvm.org/D130805



More information about the lldb-commits mailing list