[Lldb-commits] [PATCH] D105741: [trace] Add `thread trace export` command for Intel PT trace visualization

Jakob Johnson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 19 11:33:24 PDT 2021


jj10306 marked 19 inline comments as done.
jj10306 added inline comments.


================
Comment at: lldb/docs/htr.rst:1
+Hierarchical Trace Representation (HTR)
+======================================
----------------
@clayborg @wallace Is there a way to view the "rendered" rst to ensure the the format is as I intended and that the image links are working?


================
Comment at: lldb/include/lldb/Target/Trace.h:65-68
+  ///
+  /// \param[in] count
+  ///     The number of trace instructions to include in the CTF dump
+  ///
----------------
Update docs - remove count and add export_format


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

https://reviews.llvm.org/D105741



More information about the lldb-commits mailing list