[all-commits] [llvm/llvm-project] 220776: Minor refactor and renaming:

Jakob Johnson via All-commits all-commits at lists.llvm.org
Wed Mar 16 15:36:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22077627ae20d5a6e50f43337e8ad2e23f1fa3ff
      https://github.com/llvm/llvm-project/commit/22077627ae20d5a6e50f43337e8ad2e23f1fa3ff
  Author: Jakob Johnson <jakobjohnson at fb.com>
  Date:   2022-03-16 (Wed, 16 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Target/TraceCursor.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/source/Plugins/Process/Linux/CMakeLists.txt
    A lldb/source/Plugins/Process/Linux/IntelPTCollector.cpp
    A lldb/source/Plugins/Process/Linux/IntelPTCollector.h
    R lldb/source/Plugins/Process/Linux/IntelPTManager.cpp
    R lldb/source/Plugins/Process/Linux/IntelPTManager.h
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
    M lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.cpp
    M lldb/source/Plugins/Trace/intel-pt/TraceCursorIntelPT.h
    M lldb/source/Target/TraceInstructionDumper.cpp
    M lldb/unittests/Process/Linux/CMakeLists.txt
    A lldb/unittests/Process/Linux/IntelPTCollectorTests.cpp
    R lldb/unittests/Process/Linux/IntelPTManagerTests.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list