[all-commits] [llvm/llvm-project] 510c29: [ctxprof] Profile format support for flat profiles
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Mon Mar 3 13:25:53 PST 2025
Branch: refs/heads/users/mtrofin/03-03-_ctxprof_profile_format_support_for_flat_profiles
Home: https://github.com/llvm/llvm-project
Commit: 510c296183e4fed1d9fd834d4ff5670cd788f3a7
https://github.com/llvm/llvm-project/commit/510c296183e4fed1d9fd834d4ff5670cd788f3a7
Author: Mircea Trofin <mtrofin at google.com>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M llvm/include/llvm/Analysis/CtxProfAnalysis.h
M llvm/include/llvm/ProfileData/PGOCtxProfReader.h
M llvm/include/llvm/ProfileData/PGOCtxProfWriter.h
M llvm/lib/Analysis/CtxProfAnalysis.cpp
M llvm/lib/ProfileData/PGOCtxProfReader.cpp
M llvm/lib/ProfileData/PGOCtxProfWriter.cpp
M llvm/lib/Transforms/IPO/ElimAvailExtern.cpp
M llvm/lib/Transforms/IPO/FunctionImport.cpp
M llvm/lib/Transforms/IPO/ModuleInliner.cpp
M llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/test/tools/llvm-ctxprof-util/Inputs/invalid-bad-subctx.yaml
M llvm/test/tools/llvm-ctxprof-util/Inputs/invalid-no-counters.yaml
A llvm/test/tools/llvm-ctxprof-util/Inputs/invalid-no-section.yaml
R llvm/test/tools/llvm-ctxprof-util/Inputs/invalid-no-vector.yaml
M llvm/test/tools/llvm-ctxprof-util/Inputs/valid.yaml
M llvm/test/tools/llvm-ctxprof-util/llvm-ctxprof-util-negative.test
M llvm/test/tools/llvm-ctxprof-util/llvm-ctxprof-util.test
M llvm/tools/llvm-ctxprof-util/llvm-ctxprof-util.cpp
M llvm/unittests/ProfileData/PGOCtxProfReaderWriterTest.cpp
Log Message:
-----------
[ctxprof] Profile format support for flat profiles
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list