aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-07runtime/pprof: document labels bugKomu Wairagu
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-03-02runtime/pprof/internal/profile: use idiomatic swappingIskander Sharipov
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2019-01-07runtime/pprof: add a test for gccgo bug #29448Cherry Zhang
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-12runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing
2018-12-12runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-02all: use "reports whether" consistently in the few places that didn'tBrad Fitzpatrick
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-10-15pprof: replace bits = bits + "..." to bits += "..." where bits is a string.Ivan Sharavuev
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-07runtime/pprof: remove "deleted" suffix while parsing maps fileMarko Kevac
2018-08-31test: improve runtime/pprof tests for gccgoThan McIntosh
2018-08-29runtime/pprof: compute memory profile block size using sampled valuesAlexey Alexandrov
2018-08-23runtime: handle morestack system stack transition in gentracebackHeschi Kreinick
2018-08-22runtime/pprof: fix resource leak in documentationRoland Illig
2018-07-16runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim
2018-06-18runtime/pprof: fix incorrect assumption in TestMappingHana Kim
2018-06-14runtime/pprof: use testenv.GoToolPath in TestMappingAlberto Donizetti
2018-06-13runtime/pprof: skip TestMapping if CGO is not availableHana Kim
2018-06-13runtime/pprof: set HasFunctions of mapping entriesHana Kim
2018-05-24runtime/pprof: allow tests to run multiple timesHana Kim
2018-05-21runtime/pprof: update stale link in documentationAlberto Donizetti
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2018-03-24all: remove some unused return parametersDaniel Martí
2018-01-24runtime/pprof: scale mutex profile with sampling rateHana Kim
2017-12-01runtime/pprof: read memstats earlier in profile handlerRuss Cox
2017-11-18runtime/pprof: fix doc typoDavor Kapsa
2017-11-07runtime/pprof: harden CPU profile test against smart backendThan McIntosh
2017-11-03runtime/pprof: use new profile format for block/mutex profilesHana (Hyang-Ah) Kim
2017-11-02runtime/pprof: use switch for GOOS check in testCPUProfileTobias Klauser
2017-11-01all: remove unnecessary return after skipping testTobias Klauser
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-08-18runtime: fix false positive race in profile label readingAustin Clements
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-07-05runtime/pprof: Fix type name in function commentFabian Wickborn
2017-06-14runtime: record mutex event before readyingAustin Clements
2017-05-17runtime/pprof: don't produce 0 location in count profilesAustin Clements
2017-05-17runtime/pprof: deflake TestGoroutineCountsCarl Henrik Lunde
2017-05-15runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements
2017-05-15runtime/pprof: clean up call/return PCs in memory profilesAustin Clements
2017-05-09runtime/pprof: deflake TestGoroutineCountsAustin Clements
2017-04-28runtime/pprof: use symbol information already in profile in testsAustin Clements
2017-04-28runtime/pprof: propagate profile labels into profile protoMichael Matloob