Home
last modified time | relevance | path

Searched defs:profMapEntry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dmap.go20 type profMapEntry struct { struct
21 nextHash *profMapEntry // next in hash list
22 nextAll *profMapEntry // next in list of all entries
23 stk []uintptr
24 tag unsafe.Pointer
25 count int64