aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
AgeCommit message (Expand)Author
2024-04-19cmd/trace/v2: tolerate traces with broken tailsMichael Anthony Knyszek
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2024-04-11cmd/trace/v2: make the -pprof actually usefulMichael Anthony Knyszek
2024-04-11cmd/trace/v2: handle the -pprof flagMichael Anthony Knyszek
2024-03-11cmd/trace/v2: fix typo in commentguoguangwu
2024-03-07cmd/trace: fix typo in commentguoguangwu
2024-02-09cmd/trace/v2,internal/trace: use correct frame for identifying goroutinesNick Ripley
2024-02-01runtime: fix trace EvGoStop Gosched reason to match functionMichael Anthony Knyszek
2024-01-19cmd/trace/v2: emit user log annotations in all viewsMichael Anthony Knyszek
2023-11-21cmd/trace/v2: emit regions in the goroutine-oriented task viewMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for the goroutine-oriented task viewMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add thread-oriented mode for v2 tracesMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for a task-oriented procs-based viewMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for goroutine filteringMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for task and region endpointsMichael Anthony Knyszek
2023-11-21cmd/trace: factor out durationHistogramMichael Anthony Knyszek
2023-11-21internal/trace: add task analysis for v2 tracesMichael Anthony Knyszek
2023-11-21cmd/trace/v2: add support for pprof endpointsMichael Anthony Knyszek
2023-11-21cmd/trace: refactor pprof HTTP SVG serving into traceviewerMichael Anthony Knyszek
2023-11-21internal/trace/traceviewer: make the mmu handler more self-containedMichael Anthony Knyszek
2023-11-21cmd/trace: common up the mmu page and add it to cmd/trace/v2Michael Anthony Knyszek
2023-11-21cmd/trace/v2: add goroutine analysis pagesMichael Anthony Knyszek
2023-11-21cmd/trace: add almost full support for v2 traces in the trace viewerMichael Anthony Knyszek
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2023-02-10cmd/trace: fix error message for bad goroutine state transitionNick Ripley
2022-11-07cmd/trace: only include required frames in splitsMichael Pratt
2022-10-04all: use fmt.Appendfcui fliter
2022-10-03cmd/trace: replace loop with append(slice, slice2...)cuiweixie
2022-09-08cmd/trace: use strings.Buildercuiweixie
2022-08-25cmd/trace: display goroutines (PC=0) with clearer descriptionhitzhangjie
2022-07-11internal/trace: don't report regions on system goroutinesMichael Pratt
2022-07-11cmd/trace: fix typo in web documentationTobias Klauser
2022-06-22cmd/trace: add basic documentation to main pageAlan Donovan
2022-05-27doc: lint Markdown for trailing spaces and code blocksJohn Bampton
2022-05-03runtime: add CPU samples to execution traceRhys Hiltner
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-21cmd/trace: embed static contentMichael Pratt
2022-04-11all: gofmt main repoRuss Cox
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