MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / CacheMaps

Function CacheMaps

user/event/event_mmap2.go:491–495  ·  view source on GitHub ↗
(pid uint32)

Source from the content-addressed store, hash-verified

489}
490
491func CacheMaps(pid uint32) {
492 maps_lock.Lock()
493 defer maps_lock.Unlock()
494 maps_helper.ParseMaps(pid, true)
495}
496
497// func init() {
498// ddd := maps_helper.GetOffset(13117, 0x78cb40e658)

Callers 2

BrkItFunction · 0.92
ParseContextStackMethod · 0.85

Calls 1

ParseMapsMethod · 0.80

Tested by

no test coverage detected