[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:28:43 PDT 2021
jj10306 updated this revision to Diff 359848.
jj10306 retitled this revision from "[trace] Add `thread trace dump ctf -f <filename>` command" to "[trace] Add `thread trace export` command for Intel PT trace visualization".
jj10306 edited the summary of this revision.
jj10306 added a comment.
- Add HTR documentation to `lldb/docs/htr.rst`
- Change new command to `thread trace export --format <format> --outfile <filename>`
- Distinguish between the instruction layer and all other layers - add `IHTRLayer` interface that `HTRInstructionLayer` and `HTRBlockLayer` implement
- Remove unnecessary templates
- Add accessor methods to HTR classes and remove all uses of `friend`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105741/new/
https://reviews.llvm.org/D105741
Files:
lldb/docs/htr.rst
lldb/docs/media/basic_super_block_pass.png
lldb/docs/media/htr_example.png
lldb/include/lldb/Target/Trace.h
lldb/include/lldb/Target/TraceHTR.h
lldb/include/lldb/lldb-enumerations.h
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Commands/Options.td
lldb/source/Target/CMakeLists.txt
lldb/source/Target/Trace.cpp
lldb/source/Target/TraceCursor.cpp
lldb/source/Target/TraceHTR.cpp
lldb/test/API/commands/trace/TestTraceExport.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105741.359848.patch
Type: text/x-patch
Size: 40516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210719/732fa216/attachment-0001.bin>
More information about the lldb-commits
mailing list