Lines Matching refs:selectPids_
120 printf(" selectPids:\t%s\n", VectorToString(selectPids_).c_str()); in DumpOptions()
213 if (!Option::GetOptionValue(args, "-p", selectPids_)) { in GetOptions()
216 if (!IsExistDebugByPid(selectPids_)) { in GetOptions()
331 if (!selectPids_.empty()) { in CheckSelectCpuPidOption()
332 for (auto pid : selectPids_) { in CheckSelectCpuPidOption()
412 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in ParseOption()
425 if (!selectPids_.empty() || !selectTids_.empty()) { in CheckTargetProcessOptions()
428 VectorToString(selectPids_).c_str()); in CheckTargetProcessOptions()
453 if (!CheckRestartOption(appPackage_, targetSystemWide_, restart_, selectPids_)) { in CheckTargetProcessOptions()
462 for (auto pid : selectPids_) { in CheckTargetPids()
474 if (!CheckAppIsRunning(selectPids_, appPackage_, checkAppMs_)) { in CheckTargetPids()
477 if (!selectPids_.empty()) { in CheckTargetPids()
478 for (auto pid : selectPids_) { in CheckTargetPids()
488 selectPids_.insert(selectPids_.end(), selectTids_.begin(), selectTids_.end()); in CheckTargetPids()
695 perfEvents_.SetPid(selectPids_); // Tids has insert Pids in CheckTargetProcessOptions() in PreparePerfEvent()