Home
last modified time | relevance | path

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

/developtools/hiperf/src/
H A Dsubcommand_stat.cpp658 std::vector<pid_t> subTids = GetSubthreadIDs(selectPid, thread_map_); in OnSubCommand() local
659 if (!subTids.empty()) { in OnSubCommand()
660 pids.insert(pids.end(), subTids.begin(), subTids.end()); in OnSubCommand()
662 HLOGD("[OnSubCommand] subTids empty for %d\n", selectPid); in OnSubCommand()

Completed in 2 milliseconds