summaryrefslogtreecommitdiff
path: root/src/runtime/heapdump.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: move per-type types to internal/abiDavid Chase2023-05-111-2/+2
* runtime: redefine _type to abi.Type; add rtype for methods.David Chase2023-05-111-4/+5
* internal/abi: common up Method, Imethod, UncommonType typesDavid Chase2023-05-101-2/+2
* internal/abi: refactor (basic) type struct into one definitionDavid Chase2023-05-051-3/+3
* internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...Austin Clements2023-04-211-3/+4
* runtime: replace all callback uses of gentraceback with unwinderAustin Clements2023-03-101-4/+6
* all: add missing periods in commentscui fliter2022-11-181-5/+5
* runtime: set G wait reason more consistentlyMichael Anthony Knyszek2022-09-161-2/+1
* runtime: replace stringStruct with unsafe.String where appropriateCuong Manh Le2022-09-131-9/+6
* runtime: replace stkframe.arglen/argmap with methodsAustin Clements2022-09-021-1/+1
* runtime: redo heap bitmapKeith Randall2022-08-161-10/+10
* runtime: convert g.goid to uint64Michael Pratt2022-08-121-1/+1
* Revert "runtime: redo heap bitmap"Keith Randall2022-08-091-10/+10
* runtime: redo heap bitmapKeith Randall2022-08-081-10/+10
* runtime: trivial replacements of _g_ in GC filesMichael Pratt2022-08-021-4/+4
* runtime: remove intermediate fields in memstats for ReadMemStatsMichael Anthony Knyszek2022-03-311-5/+0
* runtime: convert _func.entry to a methodJosh Bleecher Snyder2021-09-271-3/+3
* [dev.typeparams] runtime: use func() for deferred functionsAustin Clements2021-07-301-2/+3
* [dev.typeparams] runtime/internal/sys: replace uses of GOARCH with goarch.GOARCHMichael Anthony Knyszek2021-06-171-2/+1
* [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...Michael Anthony Knyszek2021-06-171-7/+8
* [dev.typeparams] Revert "[dev.typeparams] runtime: make deferproc take a func...Cherry Mui2021-06-161-4/+3
* [dev.typeparams] runtime: make deferproc take a func() argumentCherry Mui2021-06-081-3/+4
* runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements2021-04-081-1/+1
* cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky2021-03-111-1/+1
* runtime: encapsulate access to allgsMichael Pratt2021-03-051-3/+4
* runtime: add world-stopped assertionsMichael Pratt2020-10-301-0/+15
* runtime: implement dumpmemstats in terms of readmemstats_mMichael Anthony Knyszek2020-10-261-32/+44
* runtime: remove memstats.heap_allocMichael Anthony Knyszek2020-10-261-1/+1
* runtime: remove memstats.heap_idleMichael Anthony Knyszek2020-10-261-1/+1
* runtime: break down memstats.gc_sysMichael Anthony Knyszek2020-10-261-1/+4
* runtime: delineate which memstats are system stats with a typeMichael Anthony Knyszek2020-10-261-7/+7
* runtime: move checkmarks to a separate bitmapAustin Clements2020-08-171-1/+1
* runtime: atomically set span state and use as publication barrierAustin Clements2019-10-311-4/+4
* runtime: fix dumpgoroutine() to deal with open-coded defersDan Scales2019-10-281-1/+6
* runtime: remove kindNoPointersKeith Randall2019-03-251-1/+1
* runtime: clean up MSpan* MCache* MCentral* in docsMichael Anthony Knyszek2018-11-051-2/+2
* runtime: add a more stable isSystemGoroutine modeAustin Clements2018-10-021-1/+1
* runtime: rename _MSpan* constants to mSpan*Austin Clements2018-09-261-4/+4
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-05-031-2/+2
* runtime: iterate over set bits in adjustpointersJosh Bleecher Snyder2018-04-291-3/+2
* runtime: use entry stack map at function entryAustin Clements2018-04-291-1/+2
* Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder2018-03-131-2/+2
* runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder2018-03-121-2/+2
* runtime: support a two-level arena mapAustin Clements2018-02-231-3/+9
* runtime: don't assume arena is in address orderAustin Clements2018-02-231-3/+6
* runtime: abstract indexing of arena indexAustin Clements2018-02-211-2/+2
* runtime: eliminate most uses of mheap_.arena_*Austin Clements2018-02-151-2/+11
* runtime: delete unused function dumpbvtypesMarvin Stenger2017-09-281-18/+0
* runtime: avoid repeated findmoduledatap callsAustin Clements2017-03-061-1/+1
* runtime: remove unused gcstatsAustin Clements2017-03-041-1/+1