Lines Matching refs:stk
99 stk := make([]uintptr, len(sample.Location))
101 stk[i] = uintptr(sample.Location[i].Address)
103 f(count, stk)
178 parseProfile(t, prof.Bytes(), func(count uintptr, stk []uintptr) {
180 for _, pc := range stk {
303 parseProfile(t, prof.Bytes(), func(count uintptr, stk []uintptr) {
306 if len(stk) == 2 {
307 f := runtime.FuncForPC(stk[1])
315 f := runtime.FuncForPC(stk[0])
318 for _, pc := range stk {