[PATCH] D130223: [BOLT] Add support for the latest perf tool

Maksim Panchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 21:46:20 PDT 2022


maksfb created this revision.
maksfb added reviewers: yota9, Amir, ayermolo, rafauler, zr33, nhuhuan, FPar.
Herald added a subscriber: mgorny.
Herald added a project: All.
maksfb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The latest perf tool can return non-empty buffer when executing
buildid-list command, even when perf.data was recorded with -B flag.
Some binaries will be listed without the ID, while others may have a
recorded ID. Allow invalid entires on the input, while checking the
valid ones for the match.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130223

Files:
  bolt/include/bolt/Profile/DataAggregator.h
  bolt/include/bolt/Profile/DataReader.h
  bolt/lib/Profile/DataAggregator.cpp
  bolt/unittests/CMakeLists.txt
  bolt/unittests/Profile/CMakeLists.txt
  bolt/unittests/Profile/DataAggregator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130223.446349.patch
Type: text/x-patch
Size: 8293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/f5d51794/attachment.bin>


More information about the llvm-commits mailing list