aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
AgeCommit message (Expand)Author
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
2017-03-02cmd/trace: traces may end with pending mark assistsHeschi Kreinick
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2017-02-13cmd/trace: document the final step to use pprof-like profilesJaana Burcu Dogan
2017-02-10cmd/trace: Record mark assists in execution tracesHeschi Kreinick
2016-11-18cmd/trace: fix goroutine viewAustin Clements
2016-11-02internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox
2016-10-28runtime, cmd/trace: track goroutines blocked on GC assistsAustin Clements
2016-10-28cmd/trace: track each G's state explicitlyAustin Clements
2016-10-28runtime, cmd/trace: annotate different mark worker typesAustin Clements
2016-10-12cmd/trace: add option to output pprof filesFilippo Valsorda
2016-10-11cmd/trace: fix a runnable goroutine count bugHyang-Ah (Hana) Kim
2016-10-07cmd/trace: label mark termination spans as suchAustin Clements
2016-10-07cmd/trace: move process-wide GC events to their own rowAustin Clements
2016-09-14cmd: add internal/browser packageJosh Bleecher Snyder
2016-05-12cmd/trace: split large traces into partsDmitry Vyukov
2016-05-03cmd/trace: make binary argument optionalDmitry Vyukov
2016-04-22cmd/trace: generate new pprof profilesDmitry Vyukov