aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/proto.go
AgeCommit message (Expand)Author
2025-11-24runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacksDavid Finkel
2025-05-13runtime/pprof: return errors from writing profilesSean Liao
2024-11-16runtime/pprof: reduce label overheadFelix Geisendörfer
2024-10-01runtime/pprof: add context to short stack panicMichael Pratt
2023-12-13runtime/pprof: fix inlined generics locationsTolya Korniltsev
2023-12-11runtime/pprof: fix generics function namesTolya Korniltsev
2023-05-05runtime, runtime/pprof: record instantiated symbol name in CPU profileCherry Mui
2023-02-08runtime: correct typosOleksandr Redko
2023-01-09runtime/pprof: document possibility of empty stacksAustin Clements
2022-10-14runtime/pprof: set Function.start_line fieldMichael Pratt
2022-09-30all: omit comparison bool constant to simplify codecui fliter
2022-08-23runtime/pprof: remove round-to-file-start adjustmentKeith Randall
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2022-05-13runtime/pprof: fix allFrames cacheRhys Hiltner
2022-04-11all: gofmt main repoRuss Cox
2022-03-09runtime/pprof: fix pcDeck's frame indexingRhys Hiltner
2022-03-08runtime/pprof: check if PC is reused for inliningRhys Hiltner
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-24[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-21test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk
2020-04-13runtime/pprof: clarify recursive inline heuristicMichael Pratt
2020-03-27runtime/pprof: increment fake overflow record PCMichael Pratt
2020-03-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
2019-11-22runtime/pprof: avoid crash due to truncated stack tracesHana Kim
2019-11-14runtime/pprof: fix the inlined frame merge logicHana Kim
2019-11-08runtime: fix line number for faulting instructionsKeith Randall
2019-11-08runtime/pprof: delete unused locForPCHana (Hyang-Ah) Kim
2019-11-08runtime/pprof: correct inlined function location encoding for non-CPU profilesHana (Hyang-Ah) Kim
2019-11-08runtime/pprof: correctly encode inlined functions in CPU profileHana (Hyang-Ah) Kim
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-09-07runtime/pprof: remove "deleted" suffix while parsing maps fileMarko Kevac
2018-07-16runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim
2018-06-13runtime/pprof: set HasFunctions of mapping entriesHana Kim
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2018-03-24all: remove some unused return parametersDaniel Martí
2017-05-15runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements
2017-05-15runtime/pprof: clean up call/return PCs in memory profilesAustin Clements
2017-04-28runtime/pprof: propagate profile labels into profile protoMichael Matloob
2017-04-26runtime/pprof: ignore dummy huge page mapping in /proc/self/mapsRuss Cox
2017-04-26runtime/pprof: add /proc/self/maps parsing testRuss Cox
2017-04-20runtime/pprof: fix period informationAustin Clements
2017-03-08runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/mapsRuss Cox
2017-03-07runtime/pprof: actually use tag parameterDaniel Martí
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-24runtime/pprof: use more efficient hash table for staging profileRuss Cox
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-10runtime/pprof: merge internal/protopprof into pprof packageRuss Cox