aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof_test.go
AgeCommit message (Expand)Author
2025-12-12runtime/pprof: deflake TestGoroutineLeakProfileConcurrencyMichael Anthony Knyszek
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-11-13runtime/pprof: fix goroutine leak profile tests for nooptMichael Anthony Knyszek
2025-11-12runtime,runtime/pprof: clean up goroutine leak profile writingVlad Saioc
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-10-15runtime/pprof: fix errors in pprof_testmatloob
2025-10-15runtime/pprof: skip flaky test TestProfilerStackDepth/heap for nowmatloob
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-09-15internal/syscall/unix: add KernelVersionGEKir Kolyshkin
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-06-10runtime: handle system goroutines later in goroutine profilingMichael Anthony Knyszek
2025-05-19std: pass bytes.Buffer and strings.Builder by pointerAlan Donovan
2025-05-15runtime/pprof: include PCs for deduplication in TestMutexBlockFullAggregationNick Ripley
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-04-06all: use slices.Equal to simplify codecuishuang
2025-03-24runtime: rename runfinq to runFinalizersAndCleanupsMichael Pratt
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-16runtime/pprof: reduce label overheadFelix Geisendörfer
2024-11-04runtime/pprof: relax TestProfilerStackDepthNick Ripley
2024-10-24runtime: uphold goroutine profile invariants in coroswitchMichael Anthony Knyszek
2024-10-03Revert "runtime/pprof: make TestBlockMutexProfileInlineExpansion stricter"Nick Ripley
2024-10-02runtime/pprof: make TestBlockMutexProfileInlineExpansion stricterNick Ripley
2024-09-25runtime: fix GoroutineProfile stacks not getting null terminatedFelix Geisendörfer
2024-09-25runtime: fix MutexProfile missing root framesFelix Geisendörfer
2024-09-12runtime/pprof: use slices.ContainsTobias Klauser
2024-08-19runtime: store zero-delay mutex contention eventsRhys Hiltner
2024-07-17runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-07-15Revert "runtime: avoid multiple records with identical stacks from MutexProfile"Cherry Mui
2024-07-09runtime: avoid multiple records with identical stacks from MutexProfileNick Ripley
2024-05-23std: fix calls to Printf(s) with non-constant sAlan Donovan
2024-05-22runtime/pprof: ignore runtime-internal samples in testRhys Hiltner
2024-05-21runtime: increase profiling stack depth to 128Felix Geisendörfer
2024-05-21runtime: fix profile stack trace depth regressionFelix Geisendörfer
2024-02-28runtime,runtime/pprof: avoid tiny allocations in finalizer-related testsNick Ripley
2023-10-25runtime/pprof: include labels for caller of goroutine profileRhys Hiltner
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-07-20runtime/pprof: use testenv.Command in tests instead of exec.CommandBryan C. Mills
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-02-09runtime: skip trailing wrappers in runtime_expandFinalInlineFrameTolyan Korniltsev
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-15runtime/pprof: scale mutex profile samples when they are recordedNick Ripley
2022-09-16runtime: make the wait reason for a g blocked on a mutex more specificMichael Anthony Knyszek
2022-09-08runtime/pprof: use strings.Buildercuiweixie
2022-09-03internal/syscall/unix: consolidate kernelVersion implementationsKir Kolyshkin
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le