[all-commits] [llvm/llvm-project] 041958: [intel pt] Add TSC timestamps
walter erquinigo via All-commits
all-commits at lists.llvm.org
Tue Jul 20 16:37:52 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04195843ef91d012dbaa1611b348447f8136c271
https://github.com/llvm/llvm-project/commit/04195843ef91d012dbaa1611b348447f8136c271
Author: Walter Erquinigo <wallace at fb.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M lldb/docs/lldb-gdb-remote.txt
M lldb/include/lldb/Target/TraceCursor.h
M lldb/include/lldb/Target/TraceInstructionDumper.h
M lldb/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h
M lldb/packages/Python/lldbsuite/test/tools/intelpt/intelpt_testcase.py
M lldb/source/Commands/CommandObjectThread.cpp
M lldb/source/Commands/Options.td
M lldb/source/Plugins/Process/Linux/IntelPTManager.cpp
M lldb/source/Plugins/Process/Linux/IntelPTManager.h
M lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.cpp
M lldb/source/Plugins/Trace/intel-pt/CommandObjectTraceStartIntelPT.h
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/IntelPTDecoder.cpp
M lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
M lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTConstants.h
M lldb/source/Plugins/Trace/intel-pt/TraceIntelPTOptions.td
M lldb/source/Target/TraceInstructionDumper.cpp
M lldb/source/Utility/TraceIntelPTGDBRemotePackets.cpp
A lldb/test/API/commands/trace/TestTraceTimestampCounters.py
Log Message:
-----------
[intel pt] Add TSC timestamps
Differential Revision: https://reviews.llvm.org/D106328
More information about the All-commits
mailing list