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
2021-06-21
runtime/pprof: deflake TestMorestack more
Cherry Mui
2021-06-17
cmd/pprof,runtime/pprof: disable test on more broken platforms
Michael Pratt
2021-06-08
Revert "doc/go1.17: mention block profile bias fix"
Cherry Mui
2021-06-08
doc/go1.17: mention block profile bias fix
Felix Geisendörfer
2021-05-24
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...
Cherry Mui
2021-04-27
runtime/pprof: fix block profile bias
Felix Geisendörfer
2021-04-06
runtime/pprof: deflake TestMorestack
Cherry Zhang
2021-04-04
runtime/pprof: skip tests for AIX
Clément Chigot
2021-03-18
runtime/pprof: move common code to writeProfileInternal function
Elvina Yakubova
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2021-02-20
runtime/pprof: disable TestMorestack on darwin/arm64
Russ Cox
2021-02-19
runtime/pprof: disable TestMorestack on macOS under race detector
Russ Cox
2021-02-19
runtime/pprof: expect tests to pass on macOS
Russ Cox
2021-02-19
runtime: fix windows/arm CONTEXT_CONTROL
Russ Cox
2021-02-19
runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-28
runtime/pprof: ignore test failures on windows/arm
Jason A. Donenfeld
2020-10-26
runtime: rename mcache fields to match Go style
Michael Anthony Knyszek
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-29
runtime/pprof: fix units of MaxRSS on Linux
Austin Clements
2020-04-22
runtime/pprof: plumb labels for goroutine profiles
David Finkel
2020-04-21
Revert "runtime/pprof: speed up CPU profiling shutdown"
Josh Bleecher Snyder
2020-04-21
test/codegen, runtime/pprof, runtime: apply fmt
alex-semenyuk
2020-04-20
runtime/pprof: speed up CPU profiling shutdown
Josh Bleecher Snyder
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2020-04-13
runtime/pprof: clarify recursive inline heuristic
Michael Pratt
2020-04-13
runtime/pprof: try to use real stack in TestTryAdd
Michael Pratt
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2020-04-08
Revert "runtime/pprof: try to use real stack in TestTryAdd"
Bryan C. Mills
2020-04-08
runtime/pprof: try to use real stack in TestTryAdd
Michael Pratt
2020-03-27
runtime/pprof: increment fake overflow record PC
Michael Pratt
2020-03-20
runtime: handle empty stack in expandFinalInlineFrame
Keith Randall
2020-03-17
runtime/pprof: export max rss when saving memory profiles.
Jeremy Faller
2020-03-11
runtime/pprof: document that debug=0 emits proto
Tamir Duberstein
2020-03-05
runtime/pprof: expand final stack frame to avoid truncation
Michael Pratt
2020-03-01
runtime/pprof/internal/profile: make error message readable
Ian Lance Taylor
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-11-22
runtime/pprof: avoid crash due to truncated stack traces
Hana Kim
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-11-14
runtime/pprof: fix the inlined frame merge logic
Hana Kim
2019-11-11
runtime/pprof: skip checks for inlined functions when inlining is disabled
Bryan C. Mills
2019-11-08
runtime: fix line number for faulting instructions
Keith Randall
2019-11-08
runtime/pprof: delete unused locForPC
Hana (Hyang-Ah) Kim
2019-11-08
runtime/pprof: correct inlined function location encoding for non-CPU profiles
Hana (Hyang-Ah) Kim
2019-11-08
runtime/pprof: correctly encode inlined functions in CPU profile
Hana (Hyang-Ah) Kim
2019-11-05
runtime/pprof: update example comment to check error on Close
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-08
all: fix typos
Ainar Garipov
2019-08-28
runtime: reduce allocations when building pprof LabelSet
Martin Möhrmann
2019-08-07
runtime/pprof: Mention goroutine label heritability
David Finkel
[prev]
[next]