1. 42046e8 [release-branch.go1.9] runtime: fix false positive race in profile label reading by Austin Clements · 7 years ago
  2. 835dfef runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le} by Vladimir Stefanovic · 8 years ago
  3. b5240da runtime/pprof: Fix type name in function comment by Fabian Wickborn · 8 years ago
  4. b067ad9 runtime: record mutex event before readying by Austin Clements · 8 years ago
  5. c34add7 runtime/pprof: don't produce 0 location in count profiles by Austin Clements · 8 years ago
  6. 2dc2783 runtime/pprof: deflake TestGoroutineCounts by Carl Henrik Lunde · 8 years ago
  7. 9e83c11 runtime/pprof: expand inlined frames in symbolized proto profiles by Austin Clements · 8 years ago
  8. 1dc0f96 runtime/pprof: clean up call/return PCs in memory profiles by Austin Clements · 8 years ago
  9. d659682 runtime/pprof: deflake TestGoroutineCounts by Austin Clements · 8 years ago
  10. c1ac70f runtime/pprof: use symbol information already in profile in tests by Austin Clements · 8 years ago
  11. f105c91 runtime/pprof: propagate profile labels into profile proto by Michael Matloob · 8 years ago
  12. 3ddf650 runtime/pprof: ignore dummy huge page mapping in /proc/self/maps by Russ Cox · 8 years ago
  13. d1ac592 runtime/pprof: add /proc/self/maps parsing test by Russ Cox · 8 years ago
  14. 6f2e6f8 runtime/pprof: don't accept "," in profile PCs by Austin Clements · 8 years ago
  15. 4a43988 runtime/pprof: accept fewer PCs by Austin Clements · 8 years ago
  16. 0c0c94a runtime/pprof: fix period information by Austin Clements · 8 years ago
  17. 094498c all: fix minor misspellings by Eric Lagergren · 8 years ago
  18. aa4c2ca runtime/pprof: fix proto tests on NetBSD by Elias Naur · 8 years ago
  19. c797256 runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/maps by Russ Cox · 8 years ago
  20. 5ed9523 runtime/pprof: actually use tag parameter by Daniel Martí · 8 years ago
  21. b91b694 runtime/pprof: fix the protobuf tests on Android by Elias Naur · 8 years ago
  22. 9b15c13 runtime/pprof: fix data race between Profile.Add and Profile.WriteTo by Josh Bleecher Snyder · 8 years ago
  23. c789492 runtime/pprof: handle empty stack traces in Profile.Add by Josh Bleecher Snyder · 8 years ago
  24. 0b8c983 runtime/pprof/internal/profile: move internal/pprof/profile here by Russ Cox · 8 years ago
  25. cbab65f runtime/pprof: add streaming protobuf encoder by Russ Cox · 8 years ago
  26. 1564817 runtime/pprof: use more efficient hash table for staging profile by Russ Cox · 8 years ago
  27. 1a680a9 runtime/pprof: use new profile buffers for CPU profiling by Russ Cox · 8 years ago
  28. a37f9d8 runtime/pprof: mark TestMutexProfile as flaky for now by Brad Fitzpatrick · 8 years ago
  29. 8833af3 runtime/pprof: print newly added fields of runtime.MemStats by Hana Kim · 8 years ago
  30. d089a6c runtime: remove stack barriers by Austin Clements · 8 years ago
  31. cc2a52a all: use keyed composite literals by Josh Bleecher Snyder · 8 years ago
  32. 9a75443 runtime/pprof: merge internal/protopprof into pprof package by Russ Cox · 8 years ago
  33. 38cb9d2 runtime/pprof: document that profile names should not contain spaces. by Sameer Ajmani · 8 years ago
  34. 6cf7918 runtime/pprof: clarify CPU profile's captured during the lifetime of the prog by Jaana Burcu Dogan · 8 years ago
  35. cbef450 runtime/pprof: symbolize proto profiles by Michael Matloob · 8 years ago
  36. 6295689 runtime: add definitions for SetGoroutineLabels and Do by Michael Matloob · 8 years ago
  37. 91ad2a2 runtime/pprof: add definitions of profile label types by Michael Matloob · 8 years ago
  38. 1716add runtime/pprof: fix spelling in test by Kevin Burke · 8 years ago
  39. ecc4474 runtime/pprof: deflake tests for heavily loaded systems by Ian Lance Taylor · 8 years ago
  40. c6228ef runtime/pprof: track locations for goroutine profiles by Raul Silvera · 8 years ago
  41. f7c351b internal/pprof: don't discard allocations called by reflect.Call by Ian Lance Taylor · 8 years ago
  42. 5508561 runtime/pprof/internal/protopprof: fix test on s390x by Michael Munday · 8 years ago
  43. 86ab09e runtime/pprof: generate heap profiles in compressed proto format by Michael Matloob · 8 years ago
  44. ccd69d0 runtime/pprof: emit count profiles with debug=0 as proto profiles by Michael Matloob · 8 years ago
  45. 5cd6ab5 runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples test for mips by Vladimir Stefanovic · 8 years ago
  46. afb0ae6 runtime/pprof: fix typo in test by Brad Fitzpatrick · 8 years ago
  47. cd66c38 runtime/pprof: skip profiling tests on mips if highres timers not available by Brad Fitzpatrick · 8 years ago
  48. c4099c7 runtime/pprof: delete new TestCPUProfileParse by Russ Cox · 8 years ago
  49. eafe487 runtime/pprof/internal: delete package gzip0 by Michael Matloob · 8 years ago
  50. 76f12cd runtime/pprof: output CPU profiles in pprof protobuf format by Michael Matloob · 8 years ago
  51. 9c2037fb runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if < 2 mappings by Michael Munday · 8 years ago
  52. f72a629d runtime/pprof/internal: add package protopprof by Michael Matloob · 8 years ago
  53. 9e227ac Revert "runtime/pprof: write profiles in protobuf format." by Michael Matloob · 8 years ago
  54. 21a1fe4 runtime/pprof/internal/gzip0: new package for pprof by Russ Cox · 8 years ago
  55. 0c0960a runtime/pprof/internal/profile: add copyright notice to profile_memmap.go by Michael Matloob · 8 years ago
  56. b33030a runtime/pprof: write profiles in protobuf format. by Michael Matloob · 8 years ago
  57. 14f3284 Revert "runtime/pprof: write profiles in protobuf format." by Austin Clements · 8 years ago
  58. 7d14401 runtime/pprof: write profiles in protobuf format. by unknown · 8 years ago
  59. ca922b6 runtime: Profile goroutines holding contended mutexes. by Peter Weinberger · 8 years ago
  60. 456b7f5 runtime/pprof: preallocate slice in pprof.go by Gyu-Ho Lee · 9 years ago
  61. ad26bb5 all: use sort.Slice where applicable by Brad Fitzpatrick · 8 years ago
  62. 39ce6eb runtime: report GCSys and OtherSys in heap profile by Austin Clements · 8 years ago
  63. b11fff3 runtime/pprof: document use of pprof package by Austin Clements · 9 years ago
  64. 29ed5da runtime/pprof: don't print extraneous 0 after goexit by Ian Lance Taylor · 9 years ago
  65. c0e5d44 runtime/pprof: update comments to point to new pprof by Raul Silvera · 9 years ago
  66. 4223294 runtime/pprof, cmd/pprof: fix profiling for PIE by Ian Lance Taylor · 9 years ago
  67. 466cae6 runtime: use GOTRACEBACK=system for TestStackBarrierProfiling by Austin Clements · 9 years ago
  68. 0150f15 runtime: call mallocgc directly from makeslice and growslice by Josh Bleecher Snyder · 9 years ago
  69. 121c434 runtime/pprof: make TestBlockProfile less timing dependent by Richard Miller · 9 years ago
  70. 2cefd12 net, runtime: skip flaky tests on OpenBSD by Brad Fitzpatrick · 9 years ago
  71. 8c83819 runtime: don't print EnableGC flag in WriteHeapProfile() by Hitoshi Mitake · 9 years ago
  72. 6969d9b runtime/pprof: sort counted profiles by count by Russ Cox · 9 years ago
  73. 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
  74. 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
  75. ad03af6 runtime, runtime/pprof: add Frames to get file/line for Callers by Ian Lance Taylor · 9 years ago
  76. 0c02bc0 runtime: show panics in traceback by Austin Clements · 9 years ago
  77. beceea7 runtime/pprof: mark dragonfly and solaris as bad at pprof by Brad Fitzpatrick · 9 years ago
  78. 7037c15 runtime/pprof: retry failed tests with longer duration by Austin Clements · 9 years ago
  79. 7688ffe runtime/pprof: document SetCPUProfile with c-archive/c-shared by Ian Lance Taylor · 9 years ago
  80. 903c307 runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, too by Austin Clements · 9 years ago
  81. 62c280a runtime/pprof: skip TestStackBarrierProfiling on dragonfly too by Brad Fitzpatrick · 9 years ago
  82. 13ba968 runtime/pprof: point to new docs about kernel bugs by Russ Cox · 9 years ago
  83. 59ca878 runtime/pprof: skip TestStackBarrierProfiling by Austin Clements · 9 years ago
  84. 9d549b5 runtime/pprof: shorten a few tests by Russ Cox · 9 years ago
  85. 624d798 runtime/pprof: disable TestStackBarrierProfiling on ppc64 by Austin Clements · 9 years ago
  86. 2fa64c4 runtime/pprof: check if test can fork by David Crawshaw · 9 years ago
  87. 9a78935 runtime/pprof: test that stack barriers never appear in profile by Austin Clements · 9 years ago
  88. e3e0122 test: use go:noinline consistently by Todd Neal · 9 years ago
  89. 6b87621 runtime/pprof: document content of heap profile by Russ Cox · 10 years ago
  90. 3b26e8b runtime/pprof: ignore too few samples on Windows test by Russ Cox · 10 years ago
  91. ae1ea2a runtime/trace: add new package by Dmitry Vyukov · 10 years ago
  92. 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
  93. e72f5f6 runtime: fix tracing of syscallexit by Dmitry Vyukov · 10 years ago
  94. 7bc3e58 all: extract "can I exec?" check from tests into internal/testenv by Russ Cox · 10 years ago
  95. 79986e2 runtime/pprof: write heap statistics to heap profile always by Josh Bleecher Snyder · 10 years ago
  96. 7bebccb Revert "runtime/pprof: write heap statistics to heap profile always" by Josh Bleecher Snyder · 10 years ago
  97. c26fc88 runtime/pprof: write heap statistics to heap profile always by Russ Cox · 10 years ago
  98. c0fa9e3f runtime/pprof: disable flaky TestTraceFutileWakeup on linux/ppc64le by Matthew Dempsky · 10 years ago
  99. 7ae9d06 runtime/pprof: disable TestTraceStressStartStop by Dave Cheney · 10 years ago
  100. 0a81d31 runtime/pprof: skip fork test on darwin/arm64 by David Crawshaw · 10 years ago