[PATCH] D134770: [InstrProf][llvm-profdata] Dump profile correlation data as YAML
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 15:47:34 PDT 2022
ellis created this revision.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
ellis retitled this revision from "[InstrProf] Dump profile correlation data as YAML" to "[InstrProf][llvm-profdata] Dump profile correlation data as YAML".
ellis edited the summary of this revision.
ellis added reviewers: kyulee, yozhu, phosek.
ellis published this revision for review.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.
Change the behavior of the `llvm-profdata show --debug-info=` command to dump a YAML file when using debug info correlation since it provides more information in a parseable format.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134770
Files:
compiler-rt/test/profile/Linux/instrprof-show-debug-info-correlation.c
llvm/include/llvm/ProfileData/InstrProfCorrelator.h
llvm/lib/ProfileData/InstrProfCorrelator.cpp
llvm/tools/llvm-profdata/llvm-profdata.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134770.463349.patch
Type: text/x-patch
Size: 9186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/8593a966/attachment.bin>
More information about the llvm-commits
mailing list