[PATCH] D102039: [profile] WIP Add build id into profiles
Gulfem Savrun Yeniceri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 6 18:01:21 PDT 2021
gulfem created this revision.
Herald added a subscriber: hiraditya.
gulfem requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
This patch adds build ID into profiles to easily associate binaries
with the corresponding profiles. This is an early WIP prototype
implementation to receive feedback about the design.
There will also be an RFC that discusses the motivation, design
and implementation in more detail.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102039
Files:
compiler-rt/include/profile/InstrProfData.inc
compiler-rt/lib/profile/InstrProfilingWriter.c
llvm/include/llvm/ProfileData/InstrProfData.inc
llvm/include/llvm/ProfileData/InstrProfReader.h
llvm/lib/ProfileData/InstrProfReader.cpp
llvm/tools/llvm-profdata/llvm-profdata.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102039.343548.patch
Type: text/x-patch
Size: 9458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210507/77fcf7c5/attachment.bin>
More information about the llvm-commits
mailing list