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.go
Age
Commit message (
Expand
)
Author
2025-11-24
runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks
David Finkel
2025-05-13
runtime/pprof: return errors from writing profiles
Sean Liao
2024-11-16
runtime/pprof: reduce label overhead
Felix Geisendörfer
2024-10-01
runtime/pprof: add context to short stack panic
Michael Pratt
2023-12-13
runtime/pprof: fix inlined generics locations
Tolya Korniltsev
2023-12-11
runtime/pprof: fix generics function names
Tolya Korniltsev
2023-05-05
runtime, runtime/pprof: record instantiated symbol name in CPU profile
Cherry Mui
2023-02-08
runtime: correct typos
Oleksandr Redko
2023-01-09
runtime/pprof: document possibility of empty stacks
Austin Clements
2022-10-14
runtime/pprof: set Function.start_line field
Michael Pratt
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-08-23
runtime/pprof: remove round-to-file-start adjustment
Keith Randall
2022-08-20
runtime/pprof: add memory mapping info for Windows
Egon Elbre
2022-05-13
runtime/pprof: fix allFrames cache
Rhys Hiltner
2022-04-11
all: gofmt main repo
Russ Cox
2022-03-09
runtime/pprof: fix pcDeck's frame indexing
Rhys Hiltner
2022-03-08
runtime/pprof: check if PC is reused for inlining
Rhys Hiltner
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-21
test/codegen, runtime/pprof, runtime: apply fmt
alex-semenyuk
2020-04-13
runtime/pprof: clarify recursive inline heuristic
Michael Pratt
2020-03-27
runtime/pprof: increment fake overflow record PC
Michael Pratt
2020-03-05
runtime/pprof: expand final stack frame to avoid truncation
Michael Pratt
2019-11-22
runtime/pprof: avoid crash due to truncated stack traces
Hana Kim
2019-11-14
runtime/pprof: fix the inlined frame merge logic
Hana Kim
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-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-13
runtime/pprof: set HasFunctions of mapping entries
Hana Kim
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2018-03-24
all: remove some unused return parameters
Daniel Martí
2017-05-15
runtime/pprof: expand inlined frames in symbolized proto profiles
Austin Clements
2017-05-15
runtime/pprof: clean up call/return PCs in memory profiles
Austin Clements
2017-04-28
runtime/pprof: propagate profile labels into profile proto
Michael Matloob
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-08
runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps
Russ Cox
2017-03-07
runtime/pprof: actually use tag parameter
Daniel Martí
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