Searched defs:StackRecord (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mprof.go | 909 type StackRecord struct { struct 910 Stack0 [32]uintptr // stack trace for this record; ends at first 0 entry 915 func (r *StackRecord) Stack() []uintptr { 1112 StackRecord anonMember 1271 func ThreadCreateProfile(p []StackRecord) (n int, ok bool) { 1281 func threadCreateProfileInternal(size int, copyFn func(profilerecord.StackRecord)) (n int, ok bool)… 1297 func pprof_threadCreateInternal(p []profilerecord.StackRecord) (n int, ok bool) { 1305 func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n in… 1310 func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok … 1361 func goroutineProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (… [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profilerecord/ |
D | profilerecord.go | 11 type StackRecord struct { struct 12 Stack []uintptr
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/ |
D | pprof.go | 776 …writeRuntimeProfile(w io.Writer, debug int, name string, fetch func([]profilerecord.StackRecord, [… 975 func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n in… 990 func pprof_threadCreateInternal(p []profilerecord.StackRecord) (n int, ok bool)
|