[all-commits] [llvm/llvm-project] cef71d: [memprof] Support symbolization of PIE binaries.

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Tue Mar 21 13:13:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cef71d0105c5ccade716e8b96f0ebc2ea42e21b9
      https://github.com/llvm/llvm-project/commit/cef71d0105c5ccade716e8b96f0ebc2ea42e21b9
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M llvm/include/llvm/ProfileData/RawMemProfReader.h
    M llvm/lib/ProfileData/RawMemProfReader.cpp
    M llvm/test/tools/llvm-profdata/memprof-pic.test

  Log Message:
  -----------
  [memprof] Support symbolization of PIE binaries.

Support symolization of PIE binaries in memprof. We assume that the
profiled binary has one executable text segment for simplicity. Update
the memprof-pic test to now expect the same output as the memprof-basic test.

Reviewed By: tejohnson

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




More information about the All-commits mailing list