Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp542 const ThreadMmap* vdso_map = nullptr; in PrepareVdsoFile() local
545 vdso_map = ↦ in PrepareVdsoFile()
549 if (vdso_map == nullptr) { in PrepareVdsoFile()
552 std::string s(vdso_map->len, '\0'); in PrepareVdsoFile()
553 memcpy(&s[0], reinterpret_cast<void*>(static_cast<uintptr_t>(vdso_map->start_addr)), in PrepareVdsoFile()
554 vdso_map->len); in PrepareVdsoFile()