index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
trace
Age
Commit message (
Expand
)
Author
40 hours
cmd/trace: pcs overflow would panic
Weixie Cui
2025-11-13
cmd/trace: annotation proc start/stop with thread and proc always
Michael Anthony Knyszek
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-09-04
cmd/trace: don't filter events for profile by whether they have stack
Michael Anthony Knyszek
2025-08-05
cmd: remove dead code
qiulaidongfeng
2025-06-16
internal/trace: make Value follow reflect conventions
Michael Anthony Knyszek
2025-06-04
cmd/trace: handle Sync event at the beginning of the trace
Michael Anthony Knyszek
2025-02-11
internal/trace: interpret string ID arguments for experimental events
Michael Anthony Knyszek
2025-02-11
internal/trace: move fake P IDs to internal/trace/traceviewer
Michael Anthony Knyszek
2025-02-11
internal/trace: clean up parser.go
Michael Anthony Knyszek
2025-02-10
internal/trace: merge event and tracev2 packages
Michael Anthony Knyszek
2025-02-10
internal/trace: rename go122 to tracev2
Michael Anthony Knyszek
2024-11-27
cmd/trace: also show end stack traces
Felix Geisendörfer
2024-09-23
cmd/trace,internal/trace,runtime: refactor to access frames via range over func
Felix Geisendörfer
2024-09-23
internal/trace: refactor Stack.Frames to return iter.Seq
Felix Geisendörfer
2024-07-23
cmd/trace: merge testdata debugging tools into the trace tool
Michael Anthony Knyszek
2024-07-11
all: make struct comments match struct names
cuishuang
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-17
internal/trace: move v2 tracer into trace directory
Carlos Amedee
2024-05-17
cmd/trace: collapse v2 directory into trace
Carlos Amedee
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2024-04-19
cmd/trace/v2: tolerate traces with broken tails
Michael Anthony Knyszek
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
2024-04-11
cmd/trace/v2: make the -pprof actually useful
Michael Anthony Knyszek
2024-04-11
cmd/trace/v2: handle the -pprof flag
Michael Anthony Knyszek
2024-03-11
cmd/trace/v2: fix typo in comment
guoguangwu
2024-03-07
cmd/trace: fix typo in comment
guoguangwu
2024-02-09
cmd/trace/v2,internal/trace: use correct frame for identifying goroutines
Nick Ripley
2024-02-01
runtime: fix trace EvGoStop Gosched reason to match function
Michael Anthony Knyszek
2024-01-19
cmd/trace/v2: emit user log annotations in all views
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: emit regions in the goroutine-oriented task view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for the goroutine-oriented task view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add thread-oriented mode for v2 traces
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for a task-oriented procs-based view
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for goroutine filtering
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for task and region endpoints
Michael Anthony Knyszek
2023-11-21
cmd/trace: factor out durationHistogram
Michael Anthony Knyszek
2023-11-21
internal/trace: add task analysis for v2 traces
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add support for pprof endpoints
Michael Anthony Knyszek
2023-11-21
cmd/trace: refactor pprof HTTP SVG serving into traceviewer
Michael Anthony Knyszek
2023-11-21
internal/trace/traceviewer: make the mmu handler more self-contained
Michael Anthony Knyszek
2023-11-21
cmd/trace: common up the mmu page and add it to cmd/trace/v2
Michael Anthony Knyszek
2023-11-21
cmd/trace/v2: add goroutine analysis pages
Michael Anthony Knyszek
2023-11-21
cmd/trace: add almost full support for v2 traces in the trace viewer
Michael Anthony Knyszek
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-02-10
cmd/trace: fix error message for bad goroutine state transition
Nick Ripley
2022-11-07
cmd/trace: only include required frames in splits
Michael Pratt
[next]