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
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-19
cmd/trace/v2: emit user log annotations in all views
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: emit regions in the goroutine-oriented task view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for the goroutine-oriented task view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add thread-oriented mode for v2 traces
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for a task-oriented procs-based view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for goroutine filtering
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for task and region endpoints
Michael Anthony Knyszek
2023-11-21
cmd/trace: factor out durationHistogram
Michael Anthony Knyszek
2023-11-21
internal/trace: add task analysis for v2 traces
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for pprof endpoints
Michael Anthony Knyszek
2023-11-21
cmd/trace: refactor pprof HTTP SVG serving into traceviewer
Michael Anthony Knyszek
2023-11-21
internal/trace/traceviewer: make the mmu handler more self-contained
Michael Anthony Knyszek
2023-11-21
cmd/trace: common up the mmu page and add it to cmd/trace/v2
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add goroutine analysis pages
Michael Anthony Knyszek
2023-11-21
cmd/trace: add almost full support for v2 traces in the trace viewer
Michael Anthony Knyszek
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-02-10
cmd/trace: fix error message for bad goroutine state transition
Nick Ripley
2022-11-07
cmd/trace: only include required frames in splits
Michael Pratt
2022-10-04
all: use fmt.Appendf
cui fliter
2022-10-03
cmd/trace: replace loop with append(slice, slice2...)
cuiweixie
2022-09-08
cmd/trace: use strings.Builder
cuiweixie
2022-08-25
cmd/trace: display goroutines (PC=0) with clearer description
hitzhangjie
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-07-11
cmd/trace: fix typo in web documentation
Tobias Klauser
2022-06-22
cmd/trace: add basic documentation to main page
Alan Donovan
2022-05-27
doc: lint Markdown for trailing spaces and code blocks
John Bampton
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-05-02
all: use os/exec instead of internal/execabs
Russ Cox
2022-04-21
cmd/trace: embed static content
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-04
cmd/trace: use fmt.Print for newline-ending fixed string
Zvonimir Pavlinovic
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-08-17
cmd/trace: use newTaskDesc to create taskDesc
Leonard Wang
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2021-03-13
all: use HTML5 br tags
John Bampton
2021-02-20
all: go fmt std cmd (but revert vendor)
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
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-08-12
cmd/trace: move viewer data structs into cmd/internal/traceviewer
Michael Matloob
2020-04-21
cmd/trace: fix the broken link in region pages and improve UX
Rohith Ravi
2020-04-13
cmd/trace: use the focustask mode for user task/region trace views
Hana (Hyang-Ah) Kim
2020-02-20
cmd/trace: update to use WebComponents V0 polyfill
Hana (Hyang-Ah) Kim
2020-01-02
runtime: emit trace event in direct semaphore handoff
Rhys Hiltner
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-02-26
all: fix typos as reported by 'misspell'
Leon Klingele
[next]