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

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 12:28:12 PDT 2021


hoy 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";
----------------
wenlei wrote:
> nit, mention "due to missing call probe" now that this is moved into ProbeStack.
Done. Sorry for missing this in your previous comment. 


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