aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/mprof.go
AgeCommit message (Expand)Author
2021-04-27runtime/pprof: fix block profile biasFelix Geisendörfer
2021-03-09runtime, cmd/link/internal/ld: disable memory profiling when data unreachableBrad Fitzpatrick
2021-03-05runtime: encapsulate access to allgsMichael Pratt
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
2018-10-02runtime: add a more stable isSystemGoroutine modeAustin Clements
2018-04-26runtime: remove the dummy arg of getcallerspCherry Zhang
2018-04-19runtime: specify behavior of SetMutexProfileFraction for negative valuesAditya Mukerjee
2017-09-22runtime: remove getcallerpc argumentAustin Clements
2017-03-31runtime: make runtime.GC() trigger a concurrent GCAustin Clements
2017-03-31runtime: snapshot heap profile during mark terminationAustin Clements
2017-03-31runtime: pull heap profile cycle into a typeAustin Clements
2017-03-31runtime: diagram flow of stats through heap profileAustin Clements
2017-03-10runtime: remove unused ratep parameterDaniel Martí
2016-10-28runtime: ensure elapsed cycles are not negativePeter Weinberger
2016-10-28runtime: Profile goroutines holding contended mutexes.Peter Weinberger
2016-10-15runtime: mark several types go:notinheapAustin Clements
2016-09-22cmd/compile: don't instrument copy and append in runtimeIan Lance Taylor
2016-08-30runtime: rename fastrand1 to fastrandJosh Bleecher Snyder
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
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