[PATCH] D115538: [CSSPGO][llvm-profgen] Fix external address issues of perf reader (leading external LBR part)

Lei Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 23:39:42 PST 2021


wlei updated this revision to Diff 394156.
wlei added a comment.

addressing Hontao's feedback: Also keep the external address in the middle, deduplicate them. They can still be unwound(in next patch). And truncate the context for them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115538

Files:
  llvm/test/tools/llvm-profgen/Inputs/external-address.perfscript
  llvm/test/tools/llvm-profgen/Inputs/inline-cs-noprobe.perfscript
  llvm/test/tools/llvm-profgen/cs-external-address.test
  llvm/test/tools/llvm-profgen/cs-interrupt.test
  llvm/test/tools/llvm-profgen/inline-noprobe2.test
  llvm/tools/llvm-profgen/PerfReader.cpp
  llvm/tools/llvm-profgen/PerfReader.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115538.394156.patch
Type: text/x-patch
Size: 17308 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/2f5eaa57/attachment.bin>


More information about the llvm-commits mailing list