aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
AgeCommit message (Expand)Author
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-04-29cmd/trace: use different colors for tasksHana Kim
2018-04-26cmd/trace: have tasks in a separate section (process group)Hana Kim
2018-04-24cmd/trace: distinguish task endTimestamp and lastTimestampHana Kim
2018-04-24runtime/trace: rename "Span" with "Region"Hana Kim
2018-04-13cmd/trace: change span id computation for trace view useHana Kim
2018-04-10cmd/trace: pprof computation for span typesHana Kim
2018-04-10cmd/trace: skip GoroutineInSyscall in case time order errHana Kim
2018-04-05cmd/trace: include taskless spans in /usertasks.Hana Kim
2018-04-04cmd/trace: avoid emitting traceview slice with 0 durationHana Kim
2018-04-04cmd/trace: implement /trace?focustask=<taskid> modeHana Kim
2018-03-29cmd/trace: make span tables prettyHana Kim
2018-03-27cmd/trace: assign a unique span id for slice representationHana Kim
2018-03-26cmd/trace: add /userspans, /userspan pagesHana Kim
2018-03-26internal/trace: compute span stats as computing goroutine statsHana Kim
2018-03-26cmd/trace: beautify goroutine pageHana (Hyang-Ah) Kim
2018-03-21cmd/trace: remove unused variable in testsAlberto Donizetti
2018-03-15cmd/trace: filter tasks by log textHeschi Kreinick
2018-03-09cmd/trace: set cname for span slicesHana Kim
2018-03-09cmd/trace: remove unrelated arrows in task-oriented traceviewHana Kim
2018-03-07cmd/trace: force GC occassionallyHana Kim
2018-03-07cmd/trace: generate jsontrace data in a streaming fashionHana Kim
2018-03-05internal/trace: remove backlinks from span/task end to startHana Kim
2018-03-02internal/trace: Revert "remove backlinks from span/task end to start"Hana Kim
2018-03-02internal/trace: remove backlinks from span/task end to startHana Kim
2018-02-28cmd/trace: skip tests if parsing fails with timestamp errorHana Kim
2018-02-28cmd/trace: fix overlappingDurationHana Kim
2018-02-26cmd/trace: trace error check and more logging in annotations testHana Kim
2018-02-21cmd/trace: add memory usage reportingHana Kim
2018-02-21cmd/trace: include P info in goroutine slicesHana Kim
2018-02-21cmd/trace: add user log event in the task-oriented trace viewHana Kim
2018-02-21cmd/trace: present the GC time in the usertask viewHana Kim
2018-02-20cmd/trace: task-oriented view includes child tasksHana Kim
2018-02-20cmd/trace: extend trace view (/trace) for task-oriented viewHana Kim
2018-02-20cmd/trace: add analyzeAnnotation and /usertasks view.Hana Kim
2018-02-20cmd/trace: encode selection in trace URLAustin Clements
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-12-01cmd/trace: exclude threads in syscall on behalf of runtimeHana Kim
2017-11-30cmd/trace: compute pprof-style output per goroutine typeHana (Hyang-Ah) Kim
2017-11-16cmd/internal/obj, cmd/trace: restore bounds checks dropped in CL 56950Russ Cox
2017-10-20cmd/trace: fix a javascript bug in handling import errorHana Kim
2017-09-20all: correct location of go toolHiroshi Ioka
2017-08-29runtime,cmd/trace: trace GC STW eventsAustin Clements
2017-08-28cmd/trace: add -d that prints parsed tracesHana Kim
2017-08-25misc/trace: update trace-viewerHana Kim
2017-08-18cmd/*: remove negative uint checksDaniel Martí
2017-08-11cmd/trace: don't shift trace slices to 0Austin Clements
2017-08-11cmd/trace: update HTML; expand viewer to whole windowAustin Clements
2017-04-20cmd/trace: document that trace viewer is only tested on chromiumAlberto Donizetti
2017-04-19cmd/trace: show swept and reclaimed bytesAustin Clements