index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
pprof
Age
Commit message (
Expand
)
Author
2024-07-09
runtime: avoid multiple records with identical stacks from MutexProfile
Nick Ripley
2024-07-03
cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used
Cherry Mui
2024-05-30
Revert "runtime: remove GODEBUG=runtimecontentionstacks"
Rhys Hiltner
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-22
runtime/pprof: ignore runtime-internal samples in test
Rhys Hiltner
2024-05-21
runtime: remove GODEBUG=runtimecontentionstacks
Rhys Hiltner
2024-05-21
runtime: increase profiling stack depth to 128
Felix Geisendörfer
2024-05-21
runtime: fix profile stack trace depth regression
Felix Geisendörfer
2024-04-16
runtime/pprof: test for Darwin flake in TestVMInfo
David Chase
2024-03-19
all: use "unix" build tag where appropriate
Tobias Klauser
2024-02-28
runtime,runtime/pprof: avoid tiny allocations in finalizer-related tests
Nick Ripley
2024-02-20
runtime/pprof: update outdated google/pprof link
hi-rustin
2024-01-31
internal/profile: remove legacy profile support
Michael Pratt
2024-01-30
runtime: avoid new linkname for goroutine profiles
Michael Pratt
2024-01-30
runtime: reduce one STW when obtaining goroutine configuration file
Jun10ng
2024-01-25
runtime/pprof: fix retry logic introduced by #858cd8d
Cosmos Nicolaou
2023-12-30
all: replace outdated links
cui fliter
2023-12-13
runtime/pprof: fix inlined generics locations
Tolya Korniltsev
2023-12-11
runtime/pprof: fix generics function names
Tolya Korniltsev
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-12-06
runtime/pprof: add section headers to Profile doc
Michael Pratt
2023-12-06
runtime/pprof: document block and mutex profiles
Michael Pratt
2023-11-29
runtime/pprof: retry vmmap invocation if it failed due to a reported temporar...
Cosmos Nicolaou
2023-11-17
all: add missing copyright header
Jes Cok
2023-11-08
runtime: add available godoc link
cui fliter
2023-10-26
internal/profile: actually return errors in postDecode
Daniel Martí
2023-10-25
runtime/pprof: include labels for caller of goroutine profile
Rhys Hiltner
2023-09-14
runtime/pprof: TestVMInfo reworked to avoid test flakiness.
Cosmos Nicolaou
2023-09-01
runtime/pprof: print stderr on test failure
Cosmos Nicolaou
2023-08-18
runtime/pprof: increase contention upper bound in TestMutexProfile
Michael Anthony Knyszek
2023-08-17
runtime: change mutex profile to count every blocked goroutine
Russ Cox
2023-08-10
runtime/pprof: fix build breakage on ios
Cosmos Nicolaou
2023-08-04
runtime/pprof: correct field alignment in machVMRegionBasicInfoData
Cherry Mui
2023-08-03
runtime,runtime/pprof: get memory mappings on darwin.
Cosmos Nicolaou
2023-07-20
runtime/pprof: use testenv.Command in tests instead of exec.Command
Bryan C. Mills
2023-05-05
runtime, runtime/pprof: record instantiated symbol name in CPU profile
Cherry Mui
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-02-09
runtime: skip trailing wrappers in runtime_expandFinalInlineFrame
Tolyan Korniltsev
2023-02-08
runtime: correct typos
Oleksandr Redko
2023-01-09
runtime/pprof: document possibility of empty stacks
Austin Clements
2023-01-09
runtime/pprof: improve output of TestLabelSystemstack
Austin Clements
2022-12-06
Revert "runtime/pprof: unskip TestTimeVDSO on Android"
Cherry Mui
2022-12-06
runtime/pprof: unskip TestTimeVDSO on Android
Cherry Mui
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-15
runtime/pprof: scale mutex profile samples when they are recorded
Nick Ripley
2022-10-14
runtime/pprof: set Function.start_line field
Michael Pratt
2022-09-30
all: use "unix" build tag where appropriate
Tobias Klauser
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
[prev]
[next]