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
/
cmd
/
trace
/
pprof.go
Age
Commit message (
Expand
)
Author
36 hours
cmd/trace: pcs overflow would panic
Weixie Cui
2025-09-04
cmd/trace: don't filter events for profile by whether they have stack
Michael Anthony Knyszek
2025-02-11
internal/trace: clean up parser.go
Michael Anthony Knyszek
2024-09-23
cmd/trace,internal/trace,runtime: refactor to access frames via range over func
Felix Geisendörfer
2024-09-23
internal/trace: refactor Stack.Frames to return iter.Seq
Felix Geisendörfer
2024-05-17
internal/trace: move v2 tracer into trace directory
Carlos Amedee
2024-05-17
cmd/trace: collapse v2 directory into trace
Carlos Amedee
2023-11-21
cmd/trace: refactor pprof HTTP SVG serving into traceviewer
Michael Anthony Knyszek
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2021-01-21
all: introduce and use internal/execabs
Roland Shoemaker
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-04-10
cmd/trace: pprof computation for span types
Hana Kim
2017-11-30
cmd/trace: compute pprof-style output per goroutine type
Hana (Hyang-Ah) Kim
2017-09-20
all: correct location of go tool
Hiroshi Ioka
2017-02-24
runtime/pprof/internal/profile: move internal/pprof/profile here
Russ Cox
2016-11-02
internal/pprof/profile: new package, moved from cmd/internal/pprof/profile
Russ Cox
2016-10-28
runtime, cmd/trace: track goroutines blocked on GC assists
Austin Clements
2016-10-12
cmd/trace: add option to output pprof files
Filippo Valsorda
2016-04-22
cmd/trace: generate new pprof profiles
Dmitry Vyukov
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-06-18
cmd/trace: gracefully handle empty profiles
Dmitry Vyukov
2015-02-20
cmd/trace: add new command
Dmitry Vyukov