aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2022-09-23runtime/pprof: force use of 4-column profiles in pprof memprofile outputRuss Cox
2022-09-19runtime/pprof: set labelMap lengthSasha Melentyev
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-23runtime/pprof: remove round-to-file-start adjustmentKeith Randall
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2022-08-19runtime/pprof: check Getrusage return value in addMaxRSSTobias Klauser
2022-08-19runtime/pprof: report MaxRSS on windowsTobias Klauser
2022-08-12runtime: run "gofmt -s -w"Cuong Manh Le
2022-05-17all: fix spellingJohn Bampton
2022-05-16runtime/pprof: slow new goroutine launches in testRhys Hiltner
2022-05-16runtime/pprof: eliminate arbitrary deadline in testCPUProfileBryan C. Mills
2022-05-13runtime/pprof: fix allFrames cacheRhys Hiltner
2022-05-03runtime/pprof: stress test goroutine profilerRhys Hiltner
2022-05-03runtime/pprof: add race annotations for goroutine profilesRhys Hiltner
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-22runtime/pprof: rerun magnitude test on failureRhys Hiltner
2022-03-16runtime/pprof: do not require a GOROOT/src prefix in testsBryan C. Mills
2022-03-13runtime/pprof: use syscall.RUSAGE_SELFTobias Klauser
2022-03-11runtime/pprof, syscall: report MaxRSS on all unix platformsTobias Klauser
2022-03-09runtime/pprof: fix pcDeck's frame indexingRhys Hiltner
2022-03-08runtime/pprof: check if PC is reused for inliningRhys Hiltner
2022-02-10runtime/pprof: remove arbitrary sleeps in TestBlockProfileBryan C. Mills
2022-01-21runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeledMichael Pratt
2022-01-20runtime/pprof: allow labels on racecall in TestLabelSystemstackMichael Pratt
2022-01-19runtime/pprof: compare all samples vs rusage in TestCPUProfileMultithreadMagn...Michael Pratt
2022-01-19runtime/pprof: assert that labels never appear on unexpected samplesMichael Pratt
2022-01-10runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt
2021-12-07runtime/pprof: assert that labelHog samples are always labeledMichael Pratt
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-12-03runtime: fix missing pprof labelsFelix Geisendörfer
2021-11-12runtime/pprof: mark TestCPUProfileMultithreadMagnitude as flakyMichael Pratt
2021-11-09runtime/pprof: include labels in profile dumpMichael Pratt
2021-11-03runtime/pprof: disable GC during calibration testRhys Hiltner
2021-11-02Revert "runtime: fix missing pprof labels"Bryan C. Mills
2021-11-02runtime: fix missing pprof labelsFelix Geisendörfer
2021-10-29runtime: fix sweep termination conditionMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-27runtime/pprof: skip TestTimeVDSO on AndroidCherry Mui
2021-09-27runtime: profile with per-thread timers on LinuxRhys Hiltner
2021-09-24runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le