[PATCH] D102961: [CSSPGO][llvm-profgen] Report samples for untrackable frames.

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 12:24:13 PDT 2021


wenlei accepted this revision.
wenlei added inline comments.


================
Comment at: llvm/tools/llvm-profgen/PerfReader.h:446
+      if (!Cur->isLeafFrame())
+        WithColor::warning() << "Untracked frame at "
+                             << format("%" PRIx64, Cur->Address) << " \n";
----------------
nit, mention "due to missing call probe" now that this is moved into ProbeStack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102961



More information about the llvm-commits mailing list