Home
last modified time | relevance | path

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

/art/test/071-dexfile-map-clean/src/
DMain.java95 String smaps = new String(Files.readAllBytes(Paths.get("/proc/self/smaps"))); in testDexMemoryMaps() local
97 String[] smapsLines = smaps.split("\n"); in testDexMemoryMaps()
109 System.out.println(smaps); in testDexMemoryMaps()
/art/perfetto_hprof/
Dperfetto_hprof.cc438 FILE* smaps = fopen("/proc/self/smaps", "r"); in DumpSmaps() local
439 if (smaps != nullptr) { in DumpSmaps()
443 perfetto::profiling::ParseSmaps(smaps, in DumpSmaps()
453 fclose(smaps); in DumpSmaps()