aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-04cmd/trace: use fmt.Print for newline-ending fixed stringZvonimir Pavlinovic
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-08-17cmd/trace: use newTaskDesc to create taskDescLeonard Wang
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-12cmd/trace: move viewer data structs into cmd/internal/traceviewerMichael Matloob
2020-04-21cmd/trace: fix the broken link in region pages and improve UXRohith Ravi
2020-04-13cmd/trace: use the focustask mode for user task/region trace viewsHana (Hyang-Ah) Kim
2020-02-20cmd/trace: update to use WebComponents V0 polyfillHana (Hyang-Ah) Kim
2020-01-02runtime: emit trace event in direct semaphore handoffRhys Hiltner
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-22cmd/trace: revert internal/traceparserHana Kim
2018-11-05cmd/trace: notes on MMU view improvementsAustin Clements
2018-11-05cmd/trace: display p99.9, p99 and p95 MUTAustin Clements
2018-11-05cmd/trace: expose MMU analysis flags in web UIAustin Clements
2018-11-05internal/trace: add "per-P" MMU analysisAustin Clements
2018-11-05internal/trace: flags for what to include in GC utilizationAustin Clements
2018-11-05cmd/trace: list and link to worst mutator utilization windowsAustin Clements
2018-11-05cmd/trace: add minimum mutator utilization (MMU) plotAustin Clements
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-10-30cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-17cmd/trace: don't drop sweep slice detailsHana Kim
2018-08-30all: fix typosAlex Kohler
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-05-21cmd/trace: fix a few bugs found by staticcheckDaniel Martí
2018-05-08cmd/trace: handle invalid goid para in /traceHana (Hyang-Ah) Kim
2018-05-08cmd/trace: skip links for buckets with 0 countHana (Hyang-Ah) Kim
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