index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
pprof
Age
Commit message (
Expand
)
Author
2019-05-22
all: shorten some tests
Russ Cox
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-26
runtime: add support for openbsd/arm64
Joel Sing
2019-03-26
runtime: improve sigtramp on aix/ppc64 to handle SIGPROF
Clément Chigot
2019-03-19
runtime: disable pprof test with cgo on aix/ppc64
Clément Chigot
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-07
runtime/pprof: document labels bug
Komu Wairagu
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2019-03-02
runtime/pprof/internal/profile: use idiomatic swapping
Iskander Sharipov
2019-01-08
runtime: store incremented PC in result of runtime.Callers
Keith Randall
2019-01-07
runtime/pprof: add a test for gccgo bug #29448
Cherry Zhang
2018-12-28
cmd/compile,runtime: redo mid-stack inlining tracebacks
Keith Randall
2018-12-12
runtime/pprof: ignore cpu profile test failures on openbsd/arm
Joel Sing
2018-12-12
runtime/pprof: fix TestCPUProfileWithFork on Windows/ARM
Jordan Rhee
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-11-02
all: skip unsupported tests on AIX
Clément Chigot
2018-10-15
pprof: replace bits = bits + "..." to bits += "..." where bits is a string.
Ivan Sharavuev
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-09-07
runtime/pprof: remove "deleted" suffix while parsing maps file
Marko Kevac
2018-08-31
test: improve runtime/pprof tests for gccgo
Than McIntosh
2018-08-29
runtime/pprof: compute memory profile block size using sampled values
Alexey Alexandrov
2018-08-23
runtime: handle morestack system stack transition in gentraceback
Heschi Kreinick
2018-08-22
runtime/pprof: fix resource leak in documentation
Roland Illig
2018-07-16
runtime/pprof: add a fake mapping when /proc/self/maps is unavailable
Hana (Hyang-Ah) Kim
2018-06-18
runtime/pprof: fix incorrect assumption in TestMapping
Hana Kim
2018-06-14
runtime/pprof: use testenv.GoToolPath in TestMapping
Alberto Donizetti
2018-06-13
runtime/pprof: skip TestMapping if CGO is not available
Hana Kim
2018-06-13
runtime/pprof: set HasFunctions of mapping entries
Hana Kim
2018-05-24
runtime/pprof: allow tests to run multiple times
Hana Kim
2018-05-21
runtime/pprof: update stale link in documentation
Alberto Donizetti
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-24
runtime/pprof: introduce "allocs" profile
Hana (Hyang-Ah) Kim
2018-03-24
all: remove some unused return parameters
Daniel Martí
2018-01-24
runtime/pprof: scale mutex profile with sampling rate
Hana Kim
2017-12-01
runtime/pprof: read memstats earlier in profile handler
Russ Cox
2017-11-18
runtime/pprof: fix doc typo
Davor Kapsa
2017-11-07
runtime/pprof: harden CPU profile test against smart backend
Than McIntosh
2017-11-03
runtime/pprof: use new profile format for block/mutex profiles
Hana (Hyang-Ah) Kim
2017-11-02
runtime/pprof: use switch for GOOS check in testCPUProfile
Tobias Klauser
2017-11-01
all: remove unnecessary return after skipping test
Tobias Klauser
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-22
all: use sort.Slice in a few more places
Daniel Martí
2017-08-18
runtime: fix false positive race in profile label reading
Austin Clements
2017-07-26
runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}
Vladimir Stefanovic
2017-07-05
runtime/pprof: Fix type name in function comment
Fabian Wickborn
2017-06-14
runtime: record mutex event before readying
Austin Clements
2017-05-17
runtime/pprof: don't produce 0 location in count profiles
Austin Clements
2017-05-17
runtime/pprof: deflake TestGoroutineCounts
Carl Henrik Lunde
[prev]
[next]