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
/
proto_test.go
Age
Commit message (
Expand
)
Author
2025-05-13
runtime/pprof: return errors from writing profiles
Sean Liao
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2024-01-31
internal/profile: remove legacy profile support
Michael Pratt
2023-12-07
internal/profile: fully decode proto even if there are no samples
Michael Pratt
2023-10-26
internal/profile: actually return errors in postDecode
Daniel Martí
2023-08-10
runtime/pprof: fix build breakage on ios
Cosmos Nicolaou
2023-08-03
runtime,runtime/pprof: get memory mappings on darwin.
Cosmos Nicolaou
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-02-08
runtime: correct typos
Oleksandr Redko
2022-09-08
runtime/pprof: use strings.Builder
cuiweixie
2022-08-20
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-07
runtime/pprof: consume tag for first CPU record
Michael Pratt
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-24
[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...
Cherry Mui
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-04-17
net/http/pprof: support the "seconds" param for block, mutex profiles
Hana Kim
2020-03-20
runtime: handle empty stack in expandFinalInlineFrame
Keith Randall
2019-11-08
runtime: fix line number for faulting instructions
Keith Randall
2019-11-08
runtime/pprof: correctly encode inlined functions in CPU profile
Hana (Hyang-Ah) Kim
2019-05-22
all: shorten some tests
Russ Cox
2019-03-26
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-03-19
runtime: disable pprof test with cgo on aix/ppc64
Clément Chigot
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-09-07
runtime/pprof: remove "deleted" suffix while parsing maps file
Marko Kevac
2018-07-16
runtime/pprof: add a fake mapping when /proc/self/maps is unavailable
Hana (Hyang-Ah) Kim
2018-06-18
runtime/pprof: fix incorrect assumption in TestMapping
Hana Kim
2018-06-14
runtime/pprof: use testenv.GoToolPath in TestMapping
Alberto Donizetti
2018-06-13
runtime/pprof: skip TestMapping if CGO is not available
Hana Kim
2018-06-13
runtime/pprof: set HasFunctions of mapping entries
Hana Kim
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2017-04-26
runtime/pprof: ignore dummy huge page mapping in /proc/self/maps
Russ Cox
2017-04-26
runtime/pprof: add /proc/self/maps parsing test
Russ Cox
2017-04-20
runtime/pprof: fix period information
Austin Clements
2017-03-27
runtime/pprof: fix proto tests on NetBSD
Elias Naur
2017-03-08
runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps
Russ Cox
2017-03-07
runtime/pprof: fix the protobuf tests on Android
Elias Naur
2017-02-24
runtime/pprof/internal/profile: move internal/pprof/profile here
Russ Cox
2017-02-24
runtime/pprof: add streaming protobuf encoder
Russ Cox
2017-02-24
runtime/pprof: use more efficient hash table for staging profile
Russ Cox
2017-02-24
runtime/pprof: use new profile buffers for CPU profiling
Russ Cox
2017-02-10
runtime/pprof: merge internal/protopprof into pprof package
Russ Cox