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

/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A D__init__.py48 all_pids = ([self._browser_backend.pid] +
53 for pid in all_pids:
/external/chromium_org/chrome/browser/
H A Dmemory_details_mac.cc106 std::vector<base::ProcessId> all_pids; local
113 all_pids.push_back(entry->pid());
137 all_pids.push_back(entry->pid());
143 process_info.Sample(all_pids);
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c32 pid_t *all_pids = (pid_t *) malloc (all_pids_size); local
35 process_count = proc_listpids (PROC_ALL_PIDS, 0, all_pids, all_pids_size) / sizeof (pid_t);
43 int pidpath_len = proc_pidpath (all_pids[i], pidpath, sizeof (pidpath));
51 if (all_pids[i] > highest_pid)
52 highest_pid = all_pids[i];
55 free (all_pids);

Completed in 170 milliseconds