summaryrefslogtreecommitdiff
path: root/src/runtime/pprof
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: document use of pprof packageAustin Clements2016-07-261-1/+62
* runtime/pprof: don't print extraneous 0 after goexitIan Lance Taylor2016-07-132-4/+5
* runtime/pprof: update comments to point to new pprofRaul Silvera2016-06-271-1/+1
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-312-3/+44
* runtime: use GOTRACEBACK=system for TestStackBarrierProfilingAustin Clements2016-05-161-1/+1
* runtime: call mallocgc directly from makeslice and growsliceJosh Bleecher Snyder2016-04-201-1/+1
* runtime/pprof: make TestBlockProfile less timing dependentRichard Miller2016-04-071-5/+10
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+3
* runtime: don't print EnableGC flag in WriteHeapProfile()Hitoshi Mitake2016-03-051-1/+0
* runtime/pprof: sort counted profiles by countRuss Cox2016-03-022-12/+76
* all: single space after period.Brad Fitzpatrick2016-03-021-9/+9
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* runtime, runtime/pprof: add Frames to get file/line for CallersIan Lance Taylor2016-02-251-19/+10
* runtime: show panics in tracebackAustin Clements2016-02-161-1/+1
* runtime/pprof: mark dragonfly and solaris as bad at pprofBrad Fitzpatrick2016-02-021-6/+8
* runtime/pprof: retry failed tests with longer durationAustin Clements2016-01-261-49/+75
* runtime/pprof: document SetCPUProfile with c-archive/c-sharedIan Lance Taylor2016-01-251-0/+8
* runtime/pprof: skip TestStackBarrierProfiling on FreeBSD, tooAustin Clements2016-01-081-2/+2
* runtime/pprof: skip TestStackBarrierProfiling on dragonfly tooBrad Fitzpatrick2016-01-061-1/+1
* runtime/pprof: point to new docs about kernel bugsRuss Cox2016-01-061-2/+2
* runtime/pprof: skip TestStackBarrierProfilingAustin Clements2016-01-051-0/+13
* runtime/pprof: shorten a few testsRuss Cox2016-01-041-3/+11
* runtime/pprof: disable TestStackBarrierProfiling on ppc64Austin Clements2015-11-201-0/+3
* runtime/pprof: check if test can forkDavid Crawshaw2015-11-201-0/+1
* runtime/pprof: test that stack barriers never appear in profileAustin Clements2015-11-191-0/+45
* test: use go:noinline consistentlyTodd Neal2015-11-031-9/+6
* runtime/pprof: document content of heap profileRuss Cox2015-07-271-0/+7
* runtime/pprof: ignore too few samples on Windows testRuss Cox2015-07-221-0/+7
* runtime/trace: add new packageDmitry Vyukov2015-07-223-773/+0
* all: link to https instead of httpBrad Fitzpatrick2015-07-112-3/+3
* runtime: fix tracing of syscallexitDmitry Vyukov2015-06-181-1/+0
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-162-6/+4
* runtime/pprof: write heap statistics to heap profile alwaysJosh Bleecher Snyder2015-05-181-29/+27
* Revert "runtime/pprof: write heap statistics to heap profile always"Josh Bleecher Snyder2015-05-011-27/+29
* runtime/pprof: write heap statistics to heap profile alwaysRuss Cox2015-04-291-29/+27
* runtime/pprof: disable flaky TestTraceFutileWakeup on linux/ppc64leMatthew Dempsky2015-04-211-0/+4
* runtime/pprof: disable TestTraceStressStartStopDave Cheney2015-04-171-0/+1
* runtime/pprof: skip fork test on darwin/arm64David Crawshaw2015-04-132-3/+12
* runtime/pprof: fix data race in testDmitry Vyukov2015-03-291-10/+13
* runtime/pprof: fix TestCPUProfileWithFork for GOOS=android.Hyang-Ah Hana Kim2015-03-271-3/+10
* runtime: remove futile wakeups from traceDmitry Vyukov2015-03-171-0/+88
* cmd/trace: move goroutine analysis code to internal/traceDmitry Vyukov2015-03-112-3/+18
* cmd/trace: dump thread id on proc startDmitry Vyukov2015-03-111-1/+2
* runtime/pprof: fix trace testDmitry Vyukov2015-03-101-13/+18
* runtime: remove runtime frames from stacks in tracesDmitry Vyukov2015-03-102-40/+277
* runtime/pprof: skip tests that fork on darwin/armDavid Crawshaw2015-02-271-7/+14
* runtime/pprof: make TestBlockProfile more robustShenghou Ma2015-02-231-1/+1
* cmd/trace: add new commandDmitry Vyukov2015-02-202-665/+151
* runtime: fix system memory allocator on plan9Dmitry Vyukov2015-01-301-3/+1
* runtime: fix trace ticks frequency on windowsDmitry Vyukov2015-01-302-7/+13