Minor refactor and renaming:
authorJakob Johnson <jakobjohnson@fb.com>
Tue, 15 Mar 2022 13:06:55 +0000 (06:06 -0700)
committerJakob Johnson <jakobjohnson@fb.com>
Wed, 16 Mar 2022 22:35:36 +0000 (15:35 -0700)
commit22077627ae20d5a6e50f43337e8ad2e23f1fa3ff
tree86853f403c1f44f466309f9ac1f08350fcfa9801
parent5aab45f430669d7d2af51386819d071b26c3c89c
Minor refactor and renaming:
  - Rename IntelPTManager class and files to IntelPTCollector
  - Change GetTimestampCounter API to general trace counter API,
    GetCounter

Differential Revision: https://reviews.llvm.org/D121711
12 files changed:
lldb/include/lldb/Target/TraceCursor.h
lldb/include/lldb/lldb-enumerations.h
lldb/source/Plugins/Process/Linux/CMakeLists.txt
lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp [moved from lldb/source/Plugins/Process/Linux/IntelPTManager.cpp with 96% similarity]
lldb/source/Plugins/Process/Linux/IntelPTCollector.h [moved from lldb/source/Plugins/Process/Linux/IntelPTManager.h with 96% similarity]
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h
lldb/source/Target/TraceInstructionDumper.cpp
lldb/unittests/Process/Linux/CMakeLists.txt
lldb/unittests/Process/Linux/IntelPTCollectorTests.cpp [moved from lldb/unittests/Process/Linux/IntelPTManagerTests.cpp with 97% similarity]