[compiler-rt] [llvm] [ctxprof] Flat profile collection (PR #130655)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 20:04:35 PDT 2025


================
@@ -27,6 +29,20 @@ __sanitizer::SpinMutex AllContextsMutex;
 SANITIZER_GUARDED_BY(AllContextsMutex)
 __sanitizer::Vector<ContextRoot *> AllContextRoots;
 
+__sanitizer::atomic_uintptr_t AllFunctionsData = {};
----------------
snehasish wrote:

Not sure I understand what you mean?

https://github.com/llvm/llvm-project/pull/130655


More information about the llvm-commits mailing list