aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace
AgeCommit message (Expand)Author
2025-11-13cmd/trace: annotation proc start/stop with thread and proc alwaysMichael Anthony Knyszek
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-09-04cmd/trace: don't filter events for profile by whether they have stackMichael Anthony Knyszek
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-06-16internal/trace: make Value follow reflect conventionsMichael Anthony Knyszek
2025-06-04cmd/trace: handle Sync event at the beginning of the traceMichael Anthony Knyszek
2025-02-11internal/trace: interpret string ID arguments for experimental eventsMichael Anthony Knyszek
2025-02-11internal/trace: move fake P IDs to internal/trace/traceviewerMichael Anthony Knyszek
2025-02-11internal/trace: clean up parser.goMichael Anthony Knyszek
2025-02-10internal/trace: merge event and tracev2 packagesMichael Anthony Knyszek
2025-02-10internal/trace: rename go122 to tracev2Michael Anthony Knyszek
2024-11-27cmd/trace: also show end stack tracesFelix Geisendörfer
2024-09-23cmd/trace,internal/trace,runtime: refactor to access frames via range over funcFelix Geisendörfer
2024-09-23internal/trace: refactor Stack.Frames to return iter.SeqFelix Geisendörfer
2024-07-23cmd/trace: merge testdata debugging tools into the trace toolMichael Anthony Knyszek
2024-07-11all: make struct comments match struct namescuishuang
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-17internal/trace: move v2 tracer into trace directoryCarlos Amedee
2024-05-17cmd/trace: collapse v2 directory into traceCarlos Amedee
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
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