[all-commits] [llvm/llvm-project] d84995: [lldb][intelpt] Remove `IntelPTInstruction` and mo...
Alisamar Husain via All-commits
all-commits at lists.llvm.org
Tue Apr 5 09:31:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d849959071c8478841a9e7b1bb625e00b848f1c7
https://github.com/llvm/llvm-project/commit/d849959071c8478841a9e7b1bb625e00b848f1c7
Author: Alisamar Husain <zrthxn at gmail.com>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M lldb/source/Plugins/Trace/intel-pt/DecodedThread.cpp
M lldb/source/Plugins/Trace/intel-pt/DecodedThread.h
M lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
M lldb/test/API/commands/trace/TestTraceDumpInfo.py
M lldb/test/API/commands/trace/TestTraceLoad.py
Log Message:
-----------
[lldb][intelpt] Remove `IntelPTInstruction` and move methods to `DecodedThread`
This is to reduce the size of the trace further and has appreciable results.
Differential Revision: https://reviews.llvm.org/D122991
More information about the All-commits
mailing list