[all-commits] [llvm/llvm-project] 88e335: [ORC][JITLink] Non-debuginfo JITLink perf jitdump ...

pchintalapudi via All-commits all-commits at lists.llvm.org
Sun Sep 17 21:10:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 88e3358f331d727e7bbcddb2821ef89d25d1ab7a
      https://github.com/llvm/llvm-project/commit/88e3358f331d727e7bbcddb2821ef89d25d1ab7a
  Author: Prem Chintalapudi <prem.chintalapudi at gmail.com>
  Date:   2023-09-18 (Mon, 18 Sep 2023)

  Changed paths:
    A llvm/include/llvm/ExecutionEngine/Orc/PerfSupportPlugin.h
    A llvm/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h
    A llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h
    M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
    A llvm/lib/ExecutionEngine/Orc/PerfSupportPlugin.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
    A llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
    A llvm/test/ExecutionEngine/JITLink/x86-64/ELF_perf.s
    M llvm/tools/llvm-jitlink/llvm-jitlink.cpp

  Log Message:
  -----------
  [ORC][JITLink] Non-debuginfo JITLink perf jitdump support.

This patch ports PerfJITEventListener to a JITLink plugin, but adds unwind
record support and drops debuginfo support temporarily. Debuginfo can be
enabled in the future by providing a way to obtain a DWARFContext from a
LinkGraph.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D146169




More information about the All-commits mailing list