summaryrefslogtreecommitdiff
path: root/src/runtime/pprof
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: remove arbitrary sleeps in TestBlockProfileBryan C. Mills2022-02-101-18/+49
* runtime/pprof: TestLabelSystemstack parallelLabelHog.func1 must be labeledMichael Pratt2022-01-211-1/+1
* runtime/pprof: allow labels on racecall in TestLabelSystemstackMichael Pratt2022-01-201-7/+7
* runtime/pprof: compare all samples vs rusage in TestCPUProfileMultithreadMagn...Michael Pratt2022-01-191-11/+6
* runtime/pprof: assert that labels never appear on unexpected samplesMichael Pratt2022-01-191-24/+83
* runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt2022-01-101-57/+60
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-134-8/+8
* runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt2021-12-081-3/+8
* runtime/pprof: assert that labelHog samples are always labeledMichael Pratt2021-12-071-46/+22
* runtime/pprof: consume tag for first CPU recordMichael Pratt2021-12-073-13/+35
* runtime: fix missing pprof labelsFelix Geisendörfer2021-12-031-59/+168
* runtime/pprof: mark TestCPUProfileMultithreadMagnitude as flakyMichael Pratt2021-11-123-0/+100
* runtime/pprof: include labels in profile dumpMichael Pratt2021-11-091-1/+1
* runtime/pprof: disable GC during calibration testRhys Hiltner2021-11-031-0/+9
* Revert "runtime: fix missing pprof labels"Bryan C. Mills2021-11-021-67/+0
* runtime: fix missing pprof labelsFelix Geisendörfer2021-11-021-0/+67
* runtime: fix sweep termination conditionMichael Anthony Knyszek2021-10-291-11/+0
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-285-14/+9
* all: use bytes.Cut, strings.CutRuss Cox2021-10-063-33/+22
* runtime/pprof: skip TestTimeVDSO on AndroidCherry Mui2021-09-271-0/+5
* runtime: profile with per-thread timers on LinuxRhys Hiltner2021-09-272-0/+141
* runtime: set vdsoSP to caller's SP consistentlyCherry Mui2021-09-241-0/+30
* [dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky2021-07-201-0/+11
|\
| * runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek2021-07-091-0/+11
* | [dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le2021-06-221-12/+24
|\ \ | |/
| * runtime/pprof: deflake TestMorestack moreCherry Mui2021-06-211-2/+2
| * cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt2021-06-171-10/+22
| * Revert "doc/go1.17: mention block profile bias fix"Cherry Mui2021-06-081-22/+0
| * doc/go1.17: mention block profile bias fixFelix Geisendörfer2021-06-081-0/+22
* | [dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui2021-05-244-12/+11
|/
* runtime/pprof: fix block profile biasFelix Geisendörfer2021-04-271-0/+70
* runtime/pprof: deflake TestMorestackCherry Zhang2021-04-061-17/+7
* runtime/pprof: skip tests for AIXClément Chigot2021-04-041-1/+2
* runtime/pprof: move common code to writeProfileInternal functionElvina Yakubova2021-03-181-45/+13
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-204-9/+13
* runtime/pprof: disable TestMorestack on darwin/arm64Russ Cox2021-02-201-0/+5
* runtime/pprof: disable TestMorestack on macOS under race detectorRuss Cox2021-02-191-11/+14
* runtime/pprof: expect tests to pass on macOSRuss Cox2021-02-191-1/+1
* runtime: fix windows/arm CONTEXT_CONTROLRuss Cox2021-02-191-4/+0
* runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox2021-02-191-5/+13
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-093-7/+5
* runtime/pprof: ignore test failures on windows/armJason A. Donenfeld2020-11-281-0/+4
* runtime: rename mcache fields to match Go styleMichael Anthony Knyszek2020-10-261-1/+1
* all: add GOOS=iosCherry Zhang2020-09-232-3/+3
* runtime/pprof: fix units of MaxRSS on LinuxAustin Clements2020-04-291-1/+12
* runtime/pprof: plumb labels for goroutine profilesDavid Finkel2020-04-224-20/+161
* Revert "runtime/pprof: speed up CPU profiling shutdown"Josh Bleecher Snyder2020-04-211-21/+6
* test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk2020-04-211-1/+1
* runtime/pprof: speed up CPU profiling shutdownJosh Bleecher Snyder2020-04-201-6/+21
* net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim2020-04-1712-3095/+6