aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mprof.go
AgeCommit message (Expand)Author
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2016-02-22runtime: simplify stack copying in ThreadCreateProfileMatthew Dempsky
2016-01-27runtime: guard against array out of bounds in GoroutineProfileRuss Cox
2016-01-27runtime: fix crash in GoroutineProfileRuss Cox
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2015-12-03runtime: note interactions between GC and MemProfileShenghou Ma
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob
2015-11-03runtime: remove dead codeDmitry Vyukov
2015-05-18runtime: factor stoptheworld/starttheworld patternAustin Clements
2015-02-26runtime: simplify CPU profiling codeMatthew Dempsky
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-16runtime: fix deadlock in runtime.StackKeith Randall
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox
2014-11-05runtime: avoid gentraceback of self on user goroutine stackRuss Cox
2014-10-29runtime: fix line number in first stack frame in printed stack traceRuss Cox
2014-10-20runtime: fix flaky TestBlockProfile testKeith Randall
2014-10-16runtime: fix memory profilerDmitriy Vyukov
2014-09-09runtime: more cleanupsKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox