[all-commits] [llvm/llvm-project] 787cd8: [InstrProf] Add debuginfod correlation support (#1...

gulfemsavrun via All-commits all-commits at lists.llvm.org
Fri Sep 6 13:28:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 787cd8f0fee8659335b0ed501d6896275d936f3d
      https://github.com/llvm/llvm-project/commit/787cd8f0fee8659335b0ed501d6896275d936f3d
  Author: gulfemsavrun <gulfem at google.com>
  Date:   2024-09-06 (Fri, 06 Sep 2024)

  Changed paths:
    A compiler-rt/test/profile/Linux/instrprof-debug-info-correlate-debuginfod.c
    A compiler-rt/test/profile/instrprof-binary-correlate-debuginfod.c
    M compiler-rt/test/profile/lit.cfg.py
    M llvm/docs/CommandGuide/llvm-profdata.rst
    M llvm/include/llvm/ProfileData/InstrProfCorrelator.h
    M llvm/include/llvm/ProfileData/InstrProfReader.h
    M llvm/lib/ProfileData/InstrProfCorrelator.cpp
    M llvm/lib/ProfileData/InstrProfReader.cpp
    M llvm/tools/llvm-profdata/CMakeLists.txt
    M llvm/tools/llvm-profdata/llvm-profdata.cpp

  Log Message:
  -----------
  [InstrProf] Add debuginfod correlation support (#106606)

This patch adds debuginfod support into llvm-profdata to
find the assosicated executable by a build id in a raw
profile to correlate a profile with a provided correlation
kind (debug-info or binary).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list