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

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 24 10:23:41 PDT 2021


wlei added inline comments.


================
Comment at: llvm/tools/llvm-profgen/PerfReader.cpp:150
+                             << format("%" PRIx64, Cur->Address) << " \n";
+      T EmptyStack(Binary);
+      collectSamplesFromFrame(Cur, EmptyStack);
----------------
Previously we always missed the context from the first frame, right? like `foo @ bar`, it will miss `foo`.


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