Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h241 mIsSmapsRollupSupported(false), in kPressureMonitor()
412 bool mIsSmapsRollupSupported; variable
DUidProcStatsCollector.h204 bool mIsSmapsRollupSupported; variable
DUidProcStatsCollector.cpp359 mIsSmapsRollupSupported = isSmapsRollupSupported;
392 mIsEnabled &= isStatmPathAccessible || mIsSmapsRollupSupported; in init()
668 if (!mIsSmapsRollupSupported) { in readSmapsRollup()
DPerformanceProfiler.cpp711 mIsSmapsRollupSupported in onDump()
1214 mIsSmapsRollupSupported); in processUidStatsLocked()
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1139 mCollector->mIsSmapsRollupSupported = enable; in setSmapsRollupSupportedEnabled()