Searched refs:ScopedKptrUnrestrict (Results 1 – 1 of 1) sorted by relevance
64 class ScopedKptrUnrestrict { class66 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::ScopedKptrUnrestrict126 ScopedKptrUnrestrict::~ScopedKptrUnrestrict() { in ~ScopedKptrUnrestrict()138 void ScopedKptrUnrestrict::WriteKptrRestrict(const std::string& value) { in WriteKptrRestrict()161 ScopedKptrUnrestrict kptr_unrestrict; in GetOrCreateKernelSymbolMap()