Home
last modified time | relevance | path

Searched refs:saveBlockEventStack (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go570 saveBlockEventStack(cycles, rate, mp.profStack[:nstk], which)
840 saveBlockEventStack(cycles, rate, prof.stack[:nstk], mutexProfile)
846 saveBlockEventStack(lost, rate, lostStk[:], mutexProfile)
853 func saveBlockEventStack(cycles, rate int64, stk []uintptr, which bucketType) { func