summaryrefslogtreecommitdiff
path: root/src/runtime/pprof
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: Fix type name in function commentFabian Wickborn2017-07-051-1/+1
* runtime: record mutex event before readyingAustin Clements2017-06-141-1/+4
* runtime/pprof: don't produce 0 location in count profilesAustin Clements2017-05-171-1/+5
* runtime/pprof: deflake TestGoroutineCountsCarl Henrik Lunde2017-05-171-0/+4
* runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements2017-05-154-43/+91
* runtime/pprof: clean up call/return PCs in memory profilesAustin Clements2017-05-154-9/+16
* runtime/pprof: deflake TestGoroutineCountsAustin Clements2017-05-091-10/+9
* runtime/pprof: use symbol information already in profile in testsAustin Clements2017-04-281-36/+37
* runtime/pprof: propagate profile labels into profile protoMichael Matloob2017-04-282-5/+39
* runtime/pprof: ignore dummy huge page mapping in /proc/self/mapsRuss Cox2017-04-262-3/+21
* runtime/pprof: add /proc/self/maps parsing testRuss Cox2017-04-262-97/+52
* runtime/pprof: don't accept "," in profile PCsAustin Clements2017-04-201-21/+21
* runtime/pprof: accept fewer PCsAustin Clements2017-04-201-7/+7
* runtime/pprof: fix period informationAustin Clements2017-04-202-3/+5
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* runtime/pprof: fix proto tests on NetBSDElias Naur2017-03-271-2/+3
* runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/mapsRuss Cox2017-03-088-4/+126
* runtime/pprof: actually use tag parameterDaniel Martí2017-03-071-1/+1
* runtime/pprof: fix the protobuf tests on AndroidElias Naur2017-03-071-1/+1
* runtime/pprof: fix data race between Profile.Add and Profile.WriteToJosh Bleecher Snyder2017-03-021-1/+1
* runtime/pprof: handle empty stack traces in Profile.AddJosh Bleecher Snyder2017-02-272-1/+25
* runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox2017-02-2411-3/+3075
* runtime/pprof: add streaming protobuf encoderRuss Cox2017-02-248-244/+622
* runtime/pprof: use more efficient hash table for staging profileRuss Cox2017-02-244-58/+125
* runtime/pprof: use new profile buffers for CPU profilingRuss Cox2017-02-244-236/+268
* runtime/pprof: mark TestMutexProfile as flaky for nowBrad Fitzpatrick2017-02-201-0/+1
* runtime/pprof: print newly added fields of runtime.MemStatsHana Kim2017-02-151-0/+4
* runtime: remove stack barriersAustin Clements2017-02-141-114/+1
* all: use keyed composite literalsJosh Bleecher Snyder2017-02-141-3/+3
* runtime/pprof: merge internal/protopprof into pprof packageRuss Cox2017-02-105-19/+15
* runtime/pprof: document that profile names should not contain spaces.Sameer Ajmani2017-02-071-0/+2
* runtime/pprof: clarify CPU profile's captured during the lifetime of the progJaana Burcu Dogan2017-02-071-1/+3
* runtime/pprof: symbolize proto profilesMichael Matloob2017-02-072-0/+169
* runtime: add definitions for SetGoroutineLabels and DoMichael Matloob2017-02-063-4/+144
* runtime/pprof: add definitions of profile label typesMichael Matloob2017-02-062-0/+159
* runtime/pprof: fix spelling in testKevin Burke2016-12-161-1/+1
* runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor2016-12-161-1/+5
* runtime/pprof: track locations for goroutine profilesRaul Silvera2016-12-091-1/+11
* internal/pprof: don't discard allocations called by reflect.CallIan Lance Taylor2016-11-281-6/+23
* runtime/pprof/internal/protopprof: fix test on s390xMichael Munday2016-11-221-1/+3
* runtime/pprof: generate heap profiles in compressed proto formatMichael Matloob2016-11-223-12/+194
* runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob2016-11-212-18/+68
* runtime/pprof/internal/protopprof: fix TestTranslateCPUProfileWithSamples tes...Vladimir Stefanovic2016-11-171-4/+4
* runtime/pprof: fix typo in testBrad Fitzpatrick2016-11-171-2/+2
* runtime/pprof: skip profiling tests on mips if highres timers not availableBrad Fitzpatrick2016-11-161-1/+51
* runtime/pprof: delete new TestCPUProfileParseRuss Cox2016-11-111-20/+0
* runtime/pprof/internal: delete package gzip0Michael Matloob2016-11-112-199/+0
* runtime/pprof: output CPU profiles in pprof protobuf formatMichael Matloob2016-11-104-109/+48
* runtime/pprof/internal/protopprof: skip TestTranslateCPUProfileWithSamples if...Michael Munday2016-11-091-1/+3
* runtime/pprof/internal: add package protopprofMichael Matloob2016-11-082-0/+313