[llvm-branch-commits] [llvm] [llvm-profgen] Extend llvm-profgen to generate vtable profiles with data access events. (PR #148013)
Mingming Liu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 18 14:51:45 PDT 2025
================
@@ -572,6 +579,13 @@ class PerfReaderBase {
// Entry of the reader to parse multiple perf traces
virtual void parsePerfTraces() = 0;
+
+ // Parse the <ip, vtable-data-symbol> from the data access perf trace file,
+ // and accummuate the data access count for each <ip, data-symbol> pair.
----------------
mingmingl-llvm wrote:
done, thanks for the catch.
https://github.com/llvm/llvm-project/pull/148013
More information about the llvm-branch-commits
mailing list