Sign in
go
/
go
/
ba3149612f62c011765876d7a437095fa50e0771
/
src
/
runtime
/
mprof.go
29b21ec
runtime: add a more stable isSystemGoroutine mode
by Austin Clements
· 7 years ago
22f4280
runtime: remove the dummy arg of getcallersp
by Cherry Zhang
· 7 years ago
3d8940a
runtime: specify behavior of SetMutexProfileFraction for negative values
by Aditya Mukerjee
· 7 years ago
229aaac
runtime: remove getcallerpc argument
by Austin Clements
· 7 years ago
9ffbdab
runtime: make runtime.GC() trigger a concurrent GC
by Austin Clements
· 8 years ago
eee85fc
runtime: snapshot heap profile during mark termination
by Austin Clements
· 8 years ago
3ebe7d7
runtime: pull heap profile cycle into a type
by Austin Clements
· 8 years ago
673a8fd
runtime: diagram flow of stats through heap profile
by Austin Clements
· 8 years ago
da0d23e
runtime: remove unused ratep parameter
by Daniel Martí
· 8 years ago
a1b6e16
runtime: ensure elapsed cycles are not negative
by Peter Weinberger
· 8 years ago
ca922b6
runtime: Profile goroutines holding contended mutexes.
by Peter Weinberger
· 8 years ago
1bc6be64
runtime: mark several types go:notinheap
by Austin Clements
· 8 years ago
9d8522f
cmd/compile: don't instrument copy and append in runtime
by Ian Lance Taylor
· 8 years ago
2b74de3
runtime: rename fastrand1 to fastrand
by Josh Bleecher Snyder
· 9 years ago
1492e7db
cmd/compile, etc: use nameOff for rtype string
by David Crawshaw
· 9 years ago
a03bdc3
runtime: eliminate unnecessary type conversions
by Matthew Dempsky
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
a858931
cmd/compile: embed type string header in rtype
by David Crawshaw
· 9 years ago
756ea30
runtime: simplify stack copying in ThreadCreateProfile
by Matthew Dempsky
· 9 years ago
d9fdbf4
runtime: guard against array out of bounds in GoroutineProfile
by Russ Cox
· 9 years ago
313fd1c
runtime: fix crash in GoroutineProfile
by Russ Cox
· 9 years ago
fac8202
runtime: make NumGoroutine and Stack agree not to include system goroutines
by Russ Cox
· 9 years ago
6da6082
Revert "runtime: make NumGoroutine and Stack agree not to include system goroutines"
by Russ Cox
· 9 years ago
c5bafc8
runtime: make NumGoroutine and Stack agree not to include system goroutines
by Russ Cox
· 9 years ago
08b80ca
runtime: note interactions between GC and MemProfile
by Shenghou Ma
· 9 years ago
67faca7
runtime: break atomics out into package runtime/internal/atomic
by Michael Matloob
· 9 years ago
ee0305e
runtime: remove dead code
by Dmitry Vyukov
· 9 years ago
a1da255
runtime: factor stoptheworld/starttheworld pattern
by Austin Clements
· 10 years ago
3c8a89d
runtime: simplify CPU profiling code
by Matthew Dempsky
· 10 years ago
28b5118
runtime: rename m.gcing to m.preemptoff and make it a string
by Austin Clements
· 10 years ago
b2a950b
runtime: rename gothrow to throw
by Keith Randall
· 10 years ago
50bc3d5
runtime: fix deadlock in runtime.Stack
by Keith Randall
· 10 years ago
656be31
[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack
by Russ Cox
· 10 years ago
1e2d2f0
[dev.cc] runtime: convert memory allocator and garbage collector to Go
by Russ Cox
· 10 years ago
39bcbb3
runtime: avoid gentraceback of self on user goroutine stack
by Russ Cox
· 10 years ago
a22c11b
runtime: fix line number in first stack frame in printed stack trace
by Russ Cox
· 10 years ago
3ec8fe4
runtime: fix flaky TestBlockProfile test
by Keith Randall
· 10 years ago
8f47c83
runtime: fix memory profiler
by Dmitriy Vyukov
· 10 years ago
1a5e394
runtime: more cleanups
by Keith Randall
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/mprof.go]
e3edfea
runtime: correct various Go -> C function calls
by Russ Cox
· 11 years ago
fa2af44
runtime: convert traceback*.c to Go
by Russ Cox
· 11 years ago
a8c5e87
runtime: fix Stack
by Russ Cox
· 11 years ago
548d080
runtime: convert mprof.goc to mprof.go
by Russ Cox
· 11 years ago
4dba769
runtime: paste mprof.goc into mprof.go as comments
by Russ Cox
· 11 years ago
597b266
runtime: convert print.c to Go
by Russ Cox
· 11 years ago
8ecb9a7
runtime: rename Lock to Mutex
by Russ Cox
· 11 years ago
d21638b
cmd/cc, runtime: preserve C runtime type names in generated Go
by Russ Cox
· 11 years ago
9a5654a
runtime: restore header to first goroutine in Stack
by Brad Fitzpatrick
· 11 years ago
39ffa8b
runtime: convert Stack to Go.
by Rémy Oudompheng
· 11 years ago
a9cef49
runtime: give an explicit name to profiling Bucket sub-structs.
by Rémy Oudompheng
· 11 years ago
04487d5
runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go.
by Rémy Oudompheng
· 11 years ago