Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_stat.cpp655 for (auto selectPid : selectPids_) { in OnSubCommand() local
656 HLOGD("[OnSubCommand] selectPid %d\n", selectPid); in OnSubCommand()
657 pids.push_back(selectPid); in OnSubCommand()
658 std::vector<pid_t> subTids = GetSubthreadIDs(selectPid, thread_map_); in OnSubCommand()
662 HLOGD("[OnSubCommand] subTids empty for %d\n", selectPid); in OnSubCommand()