Home
last modified time | relevance | path

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

/system/core/libmeminfo/vts/
Dvts_meminfo_test.cpp27 ASSERT_TRUE(IsSmapsRollupSupported(1)); in TEST()
/system/core/libmeminfo/include/meminfo/
Dprocmeminfo.h113 bool IsSmapsRollupSupported(pid_t pid);
/system/core/libmeminfo/
Dprocmeminfo.cpp186 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollup()
192 "/proc/%d/%s", pid_, IsSmapsRollupSupported(pid_) ? "smaps_rollup" : "smaps"); in SmapsOrRollupPss()
425 bool IsSmapsRollupSupported(pid_t pid) { in IsSmapsRollupSupported() function
Dlibmeminfo_test.cpp88 bool supported = IsSmapsRollupSupported(pid); in TEST()
92 EXPECT_EQ(supported, IsSmapsRollupSupported(-1)); in TEST()