Home
last modified time | relevance | path

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

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