summaryrefslogtreecommitdiff
path: root/src/cmd/pprof
Commit message (Expand)AuthorAgeFilesLines
* cmd/pprof/internal/commands: add command to open browser on windowsShenghou Ma2014-12-041-4/+22
* cmd/pprof: fix symbol resolution for remote profilesRuss Cox2014-12-031-0/+4
* cmd/pprof: fix EOF handling when getting function sourceAustin Clements2014-11-171-1/+5
* cmd/pprof: install as go tool pprofRuss Cox2014-11-092-0/+20
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-061-3/+38
* cmd/pprof: add Go implementationRuss Cox2014-09-3019-0/+7728