[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)
Mircea Trofin via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 08:35:27 PDT 2025
================
@@ -418,12 +436,24 @@ void __llvm_ctx_profile_start_collection() {
resetContextNode(*Root->FirstUnhandledCalleeNode);
__sanitizer::atomic_store_relaxed(&Root->TotalEntries, 0);
}
+ if (AutodetectDuration) {
+ auto *RD = new (__sanitizer::InternalAlloc(sizeof(RootAutoDetector)))
----------------
mtrofin wrote:
Yes, and knowing when to free it is tricky. Leaving a comment.
https://github.com/llvm/llvm-project/pull/133147
More information about the llvm-commits
mailing list