[all-commits] [llvm/llvm-project] 7628ab: [scudo] Add tracing framework (#156112)
Christopher Ferris via All-commits
all-commits at lists.llvm.org
Thu Sep 11 10:23:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7628abdb87ccb18703d53cea014456bf764faa2a
https://github.com/llvm/llvm-project/commit/7628abdb87ccb18703d53cea014456bf764faa2a
Author: Christopher Ferris <cferris1000 at users.noreply.github.com>
Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths:
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/primary32.h
M compiler-rt/lib/scudo/standalone/primary64.h
M compiler-rt/lib/scudo/standalone/secondary.h
A compiler-rt/lib/scudo/standalone/tracing.h
Log Message:
-----------
[scudo] Add tracing framework (#156112)
Add a methodology to allow tracing. By default, this is disabled, but it
can be enabled for any OS that supports it.
Currently, only releaseToOSXXX functions have trace points added.
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