1. e14b021 runtime/trace, internal/trace: script to collect canned traces by Austin Clements · 8 years ago
  2. 6da83c6 runtime, cmd/trace: track goroutines blocked on GC assists by Austin Clements · 8 years ago
  3. 6834839 runtime, cmd/trace: annotate different mark worker types by Austin Clements · 8 years ago
  4. c24cc40 cmd/trace: fix a runnable goroutine count bug by Hyang-Ah (Hana) Kim · 9 years ago
  5. 9458905 cmd/trace: label mark termination spans as such by Austin Clements · 8 years ago
  6. eed309f cmd/trace: move process-wide GC events to their own row by Austin Clements · 8 years ago
  7. a50f985 internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall events by Dmitry Vyukov · 9 years ago
  8. c3818e5 internal/trace: err if binary is not supplied for old trace by Hana Kim · 9 years ago
  9. c4c1821 internal/trace: fix event ordering for coarse timestamps by Dmitry Vyukov · 9 years ago
  10. 75b844f runtime/trace: test detection of broken timestamps by Dmitry Vyukov · 9 years ago
  11. a370361 runtime: use per-goroutine sequence numbers in tracer by Dmitry Vyukov · 9 years ago
  12. 2d342fb runtime: fix description of trace events by Dmitry Vyukov · 9 years ago
  13. 944a085 internal/trace: fix int overflow in timestamps by Dmitry Vyukov · 9 years ago
  14. 3fafe2e internal/trace: support parsing of 1.5 traces by Dmitry Vyukov · 9 years ago
  15. 527ffeb internal/trace: fix a typo in error message by Dmitry Vyukov · 9 years ago
  16. 0fb7b4c runtime: emit file:line info into traces by Dmitry Vyukov · 9 years ago
  17. 1cb3044 all: use bytes.Equal, bytes.Contains and strings.Contains by Dominik Honnef · 9 years ago
  18. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  19. 4f33436 runtime,internal/trace: map/slice literals janitoring by Didier Spezia · 10 years ago
  20. f62b749 all: fix some vet-caught formatting errors, mostly but not only in tests by Rob Pike · 10 years ago
  21. ca6f7e4 runtime/trace: report negative frequency as a time-ordering problem by Russ Cox · 10 years ago
  22. 80c98fa runtime/trace: record event sequence numbers explicitly by Russ Cox · 10 years ago
  23. e1ee314 internal/trace: fix fuzzer crashers by Dmitry Vyukov · 10 years ago
  24. 1b96091 internal/trace: add comment for stable sort by Dmitry Vyukov · 10 years ago
  25. 64e48bb internal/trace: stable sort events by Dmitry Vyukov · 10 years ago
  26. 7f9f70e all: fix misprints in comments by Ainar Garipov · 10 years ago
  27. eec6fdc internal/trace: don't assume GC will start and end on same P by Austin Clements · 10 years ago
  28. 089d363 runtime: fix tracing of syscall exit by Dmitry Vyukov · 10 years ago
  29. 4396ea9 runtime: remove futile wakeups from trace by Dmitry Vyukov · 10 years ago
  30. 7b0c73a cmd/trace: move goroutine analysis code to internal/trace by Dmitry Vyukov · 10 years ago
  31. 9d332a8 cmd/trace: dump thread id on proc start by Dmitry Vyukov · 10 years ago
  32. 919fd24 runtime: remove runtime frames from stacks in traces by Dmitry Vyukov · 10 years ago
  33. edadffa cmd/trace: add new command by Dmitry Vyukov · 10 years ago