[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:47 PDT 2025


================
@@ -0,0 +1,18 @@
+RUN: llvm-profgen --perfscript=%p/Inputs/lbr-perf-for-dap.script --data-access-profile=%p/Inputs/dap-perf-trace.txt \
+RUN:  --binary=%p/Inputs/dap.perfbin --format=text --pid=3446532 \
----------------
mingmingl-llvm wrote:

done.

Somehow my previous commit left the `dap.bin` executable as an empty file. Luckily I found the executable in one of the working directory so just copied it here.

https://github.com/llvm/llvm-project/pull/148013


More information about the llvm-branch-commits mailing list