Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dkallsyms.cpp172 ScopedKptrUnrestrict kptr_unrestrict; in GetLoadedModules() local
173 if (!kptr_unrestrict.KallsymsAvailable()) return {}; in GetLoadedModules()
211 ScopedKptrUnrestrict kptr_unrestrict; in GetKernelStartAddress() local
212 if (!kptr_unrestrict.KallsymsAvailable()) return 0; in GetKernelStartAddress()
230 ScopedKptrUnrestrict kptr_unrestrict; in LoadKernelSymbols() local
231 if (kptr_unrestrict.KallsymsAvailable()) { in LoadKernelSymbols()