type runtime.StackRecord
11 uses
runtime (current package)
mprof.go#L566: type StackRecord struct {
mprof.go#L572: func (r *StackRecord) Stack() []uintptr {
mprof.go#L742: StackRecord
mprof.go#L826: func ThreadCreateProfile(p []StackRecord) (n int, ok bool) {
mprof.go#L843: func runtime_goroutineProfileWithLabels(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
mprof.go#L848: func goroutineProfileWithLabels(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
mprof.go#L860: records []StackRecord
mprof.go#L899: func goroutineProfileWithLabelsConcurrent(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
mprof.go#L1095: func goroutineProfileWithLabelsSync(p []StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
mprof.go#L1170: func GoroutineProfile(p []StackRecord) (n int, ok bool) {
mprof.go#L1175: func saveg(pc, sp uintptr, gp *g, r *StackRecord) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |