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
/
trace.go
Age
Commit message (
Expand
)
Author
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-03
cmd/trace: replace loop with append(slice, slice2...)
cuiweixie
2022-07-11
internal/trace: don't report regions on system goroutines
Michael Pratt
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-04-21
cmd/trace: embed static content
Michael Pratt
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2020-08-12
cmd/trace: move viewer data structs into cmd/internal/traceviewer
Michael Matloob
2020-02-20
cmd/trace: update to use WebComponents V0 polyfill
Hana (Hyang-Ah) Kim
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-11-05
cmd/trace: list and link to worst mutator utilization windows
Austin Clements
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-17
cmd/trace: don't drop sweep slice details
Hana Kim
2018-08-30
all: fix typos
Alex Kohler
2018-05-21
cmd/trace: fix a few bugs found by staticcheck
Daniel MartÃ
2018-05-08
cmd/trace: handle invalid goid para in /trace
Hana (Hyang-Ah) Kim
2018-05-07
runtime: replace system goroutine whitelist with symbol test
Austin Clements
2018-04-29
cmd/trace: use different colors for tasks
Hana Kim
2018-04-26
cmd/trace: have tasks in a separate section (process group)
Hana Kim
2018-04-24
cmd/trace: distinguish task endTimestamp and lastTimestamp
Hana Kim
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-04-13
cmd/trace: change span id computation for trace view use
Hana Kim
2018-04-04
cmd/trace: avoid emitting traceview slice with 0 duration
Hana Kim
2018-04-04
cmd/trace: implement /trace?focustask=<taskid> mode
Hana Kim
2018-03-27
cmd/trace: assign a unique span id for slice representation
Hana Kim
2018-03-26
cmd/trace: add /userspans, /userspan pages
Hana Kim
2018-03-26
internal/trace: compute span stats as computing goroutine stats
Hana Kim
2018-03-09
cmd/trace: set cname for span slices
Hana Kim
2018-03-09
cmd/trace: remove unrelated arrows in task-oriented traceview
Hana Kim
2018-03-07
cmd/trace: force GC occassionally
Hana Kim
2018-03-07
cmd/trace: generate jsontrace data in a streaming fashion
Hana Kim
2018-02-21
cmd/trace: add memory usage reporting
Hana Kim
2018-02-21
cmd/trace: include P info in goroutine slices
Hana Kim
2018-02-21
cmd/trace: add user log event in the task-oriented trace view
Hana Kim
2018-02-21
cmd/trace: present the GC time in the usertask view
Hana Kim
2018-02-20
cmd/trace: task-oriented view includes child tasks
Hana Kim
2018-02-20
cmd/trace: extend trace view (/trace) for task-oriented view
Hana Kim
2018-02-20
cmd/trace: add analyzeAnnotation and /usertasks view.
Hana Kim
2018-02-20
cmd/trace: encode selection in trace URL
Austin Clements
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-12-01
cmd/trace: exclude threads in syscall on behalf of runtime
Hana Kim
2017-11-16
cmd/internal/obj, cmd/trace: restore bounds checks dropped in CL 56950
Russ Cox
2017-10-20
cmd/trace: fix a javascript bug in handling import error
Hana Kim
2017-08-29
runtime,cmd/trace: trace GC STW events
Austin Clements
2017-08-25
misc/trace: update trace-viewer
Hana Kim
2017-08-18
cmd/*: remove negative uint checks
Daniel MartÃ
2017-08-11
cmd/trace: don't shift trace slices to 0
Austin Clements
2017-08-11
cmd/trace: update HTML; expand viewer to whole window
Austin Clements
[next]