summaryrefslogtreecommitdiff
path: root/src/cmd/trace/goroutines.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/trace: display goroutines (PC=0) with clearer descriptionhitzhangjie2022-08-251-0/+5
* cmd/trace: fix the broken link in region pages and improve UXRohith Ravi2020-04-211-3/+13
* all: fix typos as reported by 'misspell'Leon Klingele2019-02-261-4/+4
* cmd/trace: revert internal/traceparserHana Kim2018-11-221-6/+5
* cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger2018-10-301-5/+6
* cmd/trace: beautify goroutine pageHana (Hyang-Ah) Kim2018-03-261-59/+175
* cmd/trace: compute pprof-style output per goroutine typeHana (Hyang-Ah) Kim2017-11-301-7/+10
* cmd/trace: move goroutine analysis code to internal/traceDmitry Vyukov2015-03-111-171/+11
* cmd/trace: add new commandDmitry Vyukov2015-02-201-0/+328