[PATCH] D113648: Respect pgoff and rely on it for all types of binaries

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 05:28:21 PST 2021


thopre added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:572
+
+  auto DSOPC = RawPC - Maps[MapID].Start + Maps[MapID].PgOff;  
   assert(EventIDs.count(EventID));
----------------
Is PgOff 0 for ET_EXEC objects?


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113648/new/

https://reviews.llvm.org/D113648



More information about the llvm-commits mailing list