[all-commits] [llvm/llvm-project] 8111f2: [profile] Update counter offset to account for bin...

Petr Hosek via All-commits all-commits at lists.llvm.org
Mon Aug 23 21:45:00 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8111f2f7eef50f8c0cdfd4b575e275c0c4b7fc41
      https://github.com/llvm/llvm-project/commit/8111f2f7eef50f8c0cdfd4b575e275c0c4b7fc41
  Author: Petr Hosek <phosek at google.com>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M compiler-rt/lib/profile/InstrProfilingFile.c
    M compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c

  Log Message:
  -----------
  [profile] Update counter offset to account for binary ids

In the raw profile, binary ids immediately follow the header so when
computing counters offset we need to account for the new section.

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




More information about the All-commits mailing list