Home
last modified time | relevance | path

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

/external/perfetto/src/kallsyms/
Dlazy_kernel_symbolizer.cc64 class ScopedKptrUnrestrict { class
66 ScopedKptrUnrestrict(); // Lowers kptr_restrict if necessary.
67 ~ScopedKptrUnrestrict(); // Restores the initial kptr_restrict.
79 const bool ScopedKptrUnrestrict::kUseAndroidProperty = true;
81 const bool ScopedKptrUnrestrict::kUseAndroidProperty = false;
84 ScopedKptrUnrestrict::ScopedKptrUnrestrict() { in ScopedKptrUnrestrict() function in perfetto::__anon5a3628820111::ScopedKptrUnrestrict
126 ScopedKptrUnrestrict::~ScopedKptrUnrestrict() { in ~ScopedKptrUnrestrict()
138 void ScopedKptrUnrestrict::WriteKptrRestrict(const std::string& value) { in WriteKptrRestrict()
161 ScopedKptrUnrestrict kptr_unrestrict; in GetOrCreateKernelSymbolMap()