aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2024-07-09runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-05-30Revert "runtime: remove GODEBUG=runtimecontentionstacks"Rhys Hiltner
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-22runtime/pprof: ignore runtime-internal samples in testRhys Hiltner
2024-05-21runtime: remove GODEBUG=runtimecontentionstacksRhys Hiltner
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2024-05-21runtime: fix profile stack trace depth regressionFelix Geisendörfer
2024-04-16runtime/pprof: test for Darwin flake in TestVMInfoDavid Chase
2024-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-02-28runtime,runtime/pprof: avoid tiny allocations in finalizer-related testsNick Ripley
2024-02-20runtime/pprof: update outdated google/pprof linkhi-rustin
2024-01-31internal/profile: remove legacy profile supportMichael Pratt
2024-01-30runtime: avoid new linkname for goroutine profilesMichael Pratt
2024-01-30runtime: reduce one STW when obtaining goroutine configuration fileJun10ng
2024-01-25runtime/pprof: fix retry logic introduced by #858cd8dCosmos Nicolaou
2023-12-30all: replace outdated linkscui fliter
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-12-06runtime/pprof: add section headers to Profile docMichael Pratt
2023-12-06runtime/pprof: document block and mutex profilesMichael Pratt
2023-11-29runtime/pprof: retry vmmap invocation if it failed due to a reported temporar...Cosmos Nicolaou
2023-11-17all: add missing copyright headerJes Cok
2023-11-08runtime: add available godoc linkcui fliter
2023-10-26internal/profile: actually return errors in postDecodeDaniel Martí
2023-10-25runtime/pprof: include labels for caller of goroutine profileRhys Hiltner
2023-09-14runtime/pprof: TestVMInfo reworked to avoid test flakiness.Cosmos Nicolaou
2023-09-01runtime/pprof: print stderr on test failureCosmos Nicolaou
2023-08-18runtime/pprof: increase contention upper bound in TestMutexProfileMichael Anthony Knyszek
2023-08-17runtime: change mutex profile to count every blocked goroutineRuss Cox
2023-08-10runtime/pprof: fix build breakage on iosCosmos Nicolaou
2023-08-04runtime/pprof: correct field alignment in machVMRegionBasicInfoDataCherry Mui
2023-08-03runtime,runtime/pprof: get memory mappings on darwin.Cosmos Nicolaou
2023-07-20runtime/pprof: use testenv.Command in tests instead of exec.CommandBryan C. Mills
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
2023-02-08runtime: correct typosOleksandr Redko
2023-01-09runtime/pprof: document possibility of empty stacksAustin Clements
2023-01-09runtime/pprof: improve output of TestLabelSystemstackAustin Clements
2022-12-06Revert "runtime/pprof: unskip TestTimeVDSO on Android"Cherry Mui
2022-12-06runtime/pprof: unskip TestTimeVDSO on AndroidCherry Mui
2022-11-18all: add missing periods in commentscui fliter
2022-11-15runtime/pprof: scale mutex profile samples when they are recordedNick Ripley
2022-10-14runtime/pprof: set Function.start_line fieldMichael Pratt
2022-09-30all: use "unix" build tag where appropriateTobias Klauser
2022-09-30all: omit comparison bool constant to simplify codecui fliter