Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dmap.go11 type profMap struct { struct
12 hash map[uintptr]*profMapEntry
13 all *profMapEntry
14 last *profMapEntry
15 free []profMapEntry
16 freeStk []uintptr
28 func (m *profMap) lookup(stk []uint64, tag unsafe.Pointer) *profMapEntry {