Home
last modified time | relevance | path

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

/system/core/libmeminfo/tools/
Dwsstop.cpp38 static pid_t g_pid = -1; variable
151 std::unique_ptr<ProcMemInfo> proc_mem = std::make_unique<ProcMemInfo>(g_pid, true); in workingset()
207 g_pid = atoi(argv[optind]); in main()
208 if (g_pid <= 0) { in main()
Dshowmap.cpp54 static pid_t g_pid = -1; variable
254 g_pid = atoi(argv[optind]); in main()
255 if (g_pid <= 0) { in main()
260 g_filename = ::android::base::StringPrintf("/proc/%d/smaps", g_pid); in main()