aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
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
2017-04-26runtime/pprof: ignore dummy huge page mapping in /proc/self/mapsRuss Cox
2017-04-26runtime/pprof: add /proc/self/maps parsing testRuss Cox
2017-04-20runtime/pprof: don't accept "," in profile PCsAustin Clements
2017-04-20runtime/pprof: accept fewer PCsAustin Clements
2017-04-20runtime/pprof: fix period informationAustin Clements
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-27runtime/pprof: fix proto tests on NetBSDElias Naur
2017-03-08runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/mapsRuss Cox
2017-03-07runtime/pprof: actually use tag parameterDaniel Martí
2017-03-07runtime/pprof: fix the protobuf tests on AndroidElias Naur
2017-03-02runtime/pprof: fix data race between Profile.Add and Profile.WriteToJosh Bleecher Snyder
2017-02-27runtime/pprof: handle empty stack traces in Profile.AddJosh Bleecher Snyder
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-24runtime/pprof: use more efficient hash table for staging profileRuss Cox
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-20runtime/pprof: mark TestMutexProfile as flaky for nowBrad Fitzpatrick
2017-02-15runtime/pprof: print newly added fields of runtime.MemStatsHana Kim
2017-02-14runtime: remove stack barriersAustin Clements
2017-02-14all: use keyed composite literalsJosh Bleecher Snyder
2017-02-10runtime/pprof: merge internal/protopprof into pprof packageRuss Cox
2017-02-07runtime/pprof: document that profile names should not contain spaces.Sameer Ajmani
2017-02-07runtime/pprof: clarify CPU profile's captured during the lifetime of the progJaana Burcu Dogan
2017-02-07runtime/pprof: symbolize proto profilesMichael Matloob
2017-02-06runtime: add definitions for SetGoroutineLabels and DoMichael Matloob
2017-02-06runtime/pprof: add definitions of profile label typesMichael Matloob
2016-12-16runtime/pprof: fix spelling in testKevin Burke
2016-12-16runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor
2016-12-09runtime/pprof: track locations for goroutine profilesRaul Silvera
2016-11-28internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor
2016-11-22runtime/pprof/internal/protopprof: fix test on s390xMichael Munday
2016-11-22runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob
2016-11-21runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob
2016-11-17runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...Vladimir Stefanovic
2016-11-17runtime/pprof: fix typo in testBrad Fitzpatrick
2016-11-16runtime/pprof: skip profiling tests on mips if highres timers not availableBrad Fitzpatrick
2016-11-11runtime/pprof: delete new TestCPUProfileParseRuss Cox
2016-11-11runtime/pprof/internal: delete package gzip0Michael Matloob
2016-11-10runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob
2016-11-09runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday
2016-11-08runtime/pprof/internal: add package protopprofMichael Matloob
2016-10-31Revert "runtime/pprof: write profiles in protobuf format."Michael Matloob
2016-10-29runtime/pprof/internal/gzip0: new package for pprofRuss Cox
2016-10-28runtime/pprof/internal/profile: add copyright notice to profile_memmap.goMichael Matloob
2016-10-28runtime/pprof: write profiles in protobuf format.Michael Matloob