Searched refs:for_each_pid (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h423 void for_each_pid(for_each_pid_func func, const char *header);
H A Ddumpstate.cpp256 // for_each_pid() callback to get mount info about a process.
287 for_each_pid(do_mountinfo, nullptr);
1340 for_each_pid(do_showmap, "SMAPS OF ALL PROCESSES");
1342 for_each_pid(show_showtime, "PROCESS TIMES (pid cmd user system iowait+percentage)");
H A Dutils.cpp322 void for_each_pid(for_each_pid_func func, const char *header) { function
323 std::string title = header == nullptr ? "for_each_pid"
324 : android::base::StringPrintf("for_each_pid(%s)", header);

Completed in 41 milliseconds