summaryrefslogtreecommitdiff
path: root/src/cmd/trace/trace.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/trace: fix error message for bad goroutine state transitionNick Ripley2023-02-101-2/+2
* cmd/trace: only include required frames in splitsMichael Pratt2022-11-071-30/+147
* cmd/trace: replace loop with append(slice, slice2...)cuiweixie2022-10-031-4/+2
* internal/trace: don't report regions on system goroutinesMichael Pratt2022-07-111-7/+1
* runtime: add CPU samples to execution traceRhys Hiltner2022-05-031-1/+5
* cmd/trace: embed static contentMichael Pratt2022-04-211-17/+9
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek2021-04-141-1/+1
* cmd/trace: move viewer data structs into cmd/internal/traceviewerMichael Matloob2020-08-121-77/+48
* cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim2020-02-201-11/+28
* cmd/trace: revert internal/traceparserHana Kim2018-11-221-86/+82
* cmd/trace: list and link to worst mutator utilization windowsAustin Clements2018-11-051-9/+21
* cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger2018-10-301-82/+86
* all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick2018-09-261-1/+1
* cmd/trace: don't drop sweep slice detailsHana Kim2018-09-171-3/+7
* all: fix typosAlex Kohler2018-08-301-2/+2
* cmd/trace: fix a few bugs found by staticcheckDaniel Martí2018-05-211-37/+37
* cmd/trace: handle invalid goid para in /traceHana (Hyang-Ah) Kim2018-05-081-4/+8
* runtime: replace system goroutine whitelist with symbol testAustin Clements2018-05-071-1/+7
* cmd/trace: use different colors for tasksHana Kim2018-04-291-35/+66
* cmd/trace: have tasks in a separate section (process group)Hana Kim2018-04-261-34/+108
* cmd/trace: distinguish task endTimestamp and lastTimestampHana Kim2018-04-241-7/+9
* runtime/trace: rename "Span" with "Region"Hana Kim2018-04-241-12/+12
* cmd/trace: change span id computation for trace view useHana Kim2018-04-131-3/+8
* cmd/trace: avoid emitting traceview slice with 0 durationHana Kim2018-04-041-1/+8
* cmd/trace: implement /trace?focustask=<taskid> modeHana Kim2018-04-041-42/+66
* cmd/trace: assign a unique span id for slice representationHana Kim2018-03-271-5/+5
* cmd/trace: add /userspans, /userspan pagesHana Kim2018-03-261-4/+4
* internal/trace: compute span stats as computing goroutine statsHana Kim2018-03-261-11/+11
* cmd/trace: set cname for span slicesHana Kim2018-03-091-4/+44
* cmd/trace: remove unrelated arrows in task-oriented traceviewHana Kim2018-03-091-0/+32
* cmd/trace: force GC occassionallyHana Kim2018-03-071-0/+5
* cmd/trace: generate jsontrace data in a streaming fashionHana Kim2018-03-071-75/+187
* cmd/trace: add memory usage reportingHana Kim2018-02-211-0/+1
* cmd/trace: include P info in goroutine slicesHana Kim2018-02-211-0/+9
* cmd/trace: add user log event in the task-oriented trace viewHana Kim2018-02-211-8/+32
* cmd/trace: present the GC time in the usertask viewHana Kim2018-02-211-0/+13
* cmd/trace: task-oriented view includes child tasksHana Kim2018-02-201-16/+27
* cmd/trace: extend trace view (/trace) for task-oriented viewHana Kim2018-02-201-17/+107
* cmd/trace: add analyzeAnnotation and /usertasks view.Hana Kim2018-02-201-0/+18
* cmd/trace: encode selection in trace URLAustin Clements2018-02-201-0/+11
* cmd/trace: init goroutine info entries with GoCreate eventHana Kim2017-12-201-17/+24
* cmd/trace: exclude threads in syscall on behalf of runtimeHana Kim2017-12-011-13/+32
* cmd/internal/obj, cmd/trace: restore bounds checks dropped in CL 56950Russ Cox2017-11-161-2/+5
* cmd/trace: fix a javascript bug in handling import errorHana Kim2017-10-201-1/+1
* runtime,cmd/trace: trace GC STW eventsAustin Clements2017-08-291-3/+3
* misc/trace: update trace-viewerHana Kim2017-08-251-1/+1
* cmd/*: remove negative uint checksDaniel Martí2017-08-181-3/+0
* cmd/trace: don't shift trace slices to 0Austin Clements2017-08-111-1/+3
* cmd/trace: update HTML; expand viewer to whole windowAustin Clements2017-08-111-1/+19